Color Hex Logo

#6bbfce Color Hex

#6BBFCE
(107,191,206)
0 Favorites   0 Comments

Color spaces of #6bbfce

RGB 107191206
HSL0.530.500.61
HSV189°48°81°
CMYK 0.480.070.00   0.19
XYZ35.834844.843665.1595
Yxy44.84360.24570.3075
Hunter Lab66.9654-21.6697-10.8154
CIE-Lab72.7888-21.5011-15.4557

#6bbfce color RGB value is (107,191,206).

#6bbfce hex color red value is 107, green value is 191 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #6bbfce hue: 0.53 , saturation: 0.50 and the lightness value of 6bbfce is 0.61.

The process color (four color CMYK) of #6bbfce color hex is 0.48, 0.07, 0.00, 0.19. Web safe color of #6bbfce is #66cccc. Color #6bbfce contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10111111 11001110
Octal 153 277 316
Decimal 107 191 206
Hex 6B BF CE

RGB Percentages of Color #6bbfce

%21.23
%37.90
%40.87

CMYK Percentages of Color #6bbfce

%48
%7
%0
%19

Triadic Colors of #6bbfce

#6bbfce #ce6bbf #bfce6b

Analogous Colors of #6bbfce

#6bbfce #6b8ece #6bceac

Monochromatic Colors of #6bbfce

#6bbfce

Complementary Color

#6bbfce #ce7a6b

#6bbfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6bbfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#6bbfce Color CSS Codes

.mybgcolor {background-color:#6bbfce; } 
.myforecolor {color:#6bbfce; }
.mybordercolor {border:3px solid #6bbfce; }

#6bbfce Text Font Color

<p style="color:#6bbfce">Text here</p>

This sample text font color is #6bbfce
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#6bbfce Background Color

<div style="background-color:#6bbfce">
Div content here</div>

This div background color is #6bbfce


#6bbfce Border Color

<div style="border:3px solid #6bbfce">
Div here</div>

This div border color is #6bbfce


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(107,191,206, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6bbfce; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6bbfce;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbfce;
  box-shadow:         1px 1px 3px 2px #6bbfce; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,191,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #6bbfce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #6bbfce;
  -webkit-box-shadow: 1px 1px 3px 2px #6bbfce;
  box-shadow:         1px 1px 3px 2px #6bbfce;">
Div content here</div>

This div box has shadow with color #6bbfce


Comments

No comments written yet.

Please login to write comment.