Color Hex Logo

#6b9ece Color Hex

#6B9ECE
(107,158,206)
0 Favorites   0 Comments

Color spaces of #6b9ece

RGB 107158206
HSL0.580.500.61
HSV209°48°81°
CMYK 0.480.230.00   0.19
XYZ29.430832.035863.0249
Yxy32.03580.23640.2573
Hunter Lab56.6002-6.2344-26.3999
CIE-Lab63.3725-3.8570-29.8299

#6b9ece color RGB value is (107,158,206).

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

The process color (four color CMYK) of #6b9ece color hex is 0.48, 0.23, 0.00, 0.19. Web safe color of #6b9ece is #6699cc. Color #6b9ece contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10011110 11001110
Octal 153 236 316
Decimal 107 158 206
Hex 6B 9E CE

RGB Percentages of Color #6b9ece

%22.72
%33.55
%43.74

CMYK Percentages of Color #6b9ece

%48
%23
%0
%19

Triadic Colors of #6b9ece

#6b9ece #ce6b9e #9ece6b

Analogous Colors of #6b9ece

#6b9ece #6b6dce #6bcecd

Monochromatic Colors of #6b9ece

#6b9ece

Complementary Color

#6b9ece #ce9b6b

#6b9ece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b9ece Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b9ece Color CSS Codes

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

#6b9ece Text Font Color

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

This sample text font color is #6b9ece
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.


#6b9ece Background Color

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

This div background color is #6b9ece


#6b9ece Border Color

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

This div border color is #6b9ece


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(107,158,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 #6b9ece">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b9ece


Comments

No comments written yet.

Please login to write comment.