Color Hex Logo

#6b9cfe Color Hex

#6B9CFE
(107,156,254)
0 Favorites   0 Comments

Color spaces of #6b9cfe

RGB 107156254
HSL0.610.990.71
HSV220°58°100°
CMYK 0.580.390.00   0.00
XYZ35.841334.058598.4508
Yxy34.05850.21290.2023
Hunter Lab58.35977.4955-59.1685
CIE-Lab65.009012.0545-53.7263

#6b9cfe color RGB value is (107,156,254).

#6b9cfe hex color red value is 107, green value is 156 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #6b9cfe hue: 0.61 , saturation: 0.99 and the lightness value of 6b9cfe is 0.71.

The process color (four color CMYK) of #6b9cfe color hex is 0.58, 0.39, 0.00, 0.00. Web safe color of #6b9cfe is #6699ff. Color #6b9cfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101011 10011100 11111110
Octal 153 234 376
Decimal 107 156 254
Hex 6B 9C FE

RGB Percentages of Color #6b9cfe

%20.70
%30.17
%49.13

CMYK Percentages of Color #6b9cfe

%58
%39
%0
%0

Triadic Colors of #6b9cfe

#6b9cfe #fe6b9c #9cfe6b

Analogous Colors of #6b9cfe

#6b9cfe #846bfe #6be6fe

Monochromatic Colors of #6b9cfe

#6b9cfe

Complementary Color

#6b9cfe #fecd6b

#6b9cfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6b9cfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#6b9cfe Color CSS Codes

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

#6b9cfe Text Font Color

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

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


#6b9cfe Background Color

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

This div background color is #6b9cfe


#6b9cfe Border Color

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

This div border color is #6b9cfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6b9cfe

Related Colors


Comments

No comments written yet.

Please login to write comment.