Color Hex Logo

#6cb7fa Color Hex

#6CB7FA
(108,183,250)
0 Favorites   0 Comments

Color spaces of #6cb7fa

RGB 108183250
HSL0.580.930.70
HSV208°57°98°
CMYK 0.570.270.00   0.02
XYZ40.373143.957296.7992
Yxy43.95720.22290.2427
Hunter Lab66.3002-7.3290-40.1540
CIE-Lab72.1999-4.3161-40.2407

#6cb7fa color RGB value is (108,183,250).

#6cb7fa hex color red value is 108, green value is 183 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #6cb7fa hue: 0.58 , saturation: 0.93 and the lightness value of 6cb7fa is 0.70.

The process color (four color CMYK) of #6cb7fa color hex is 0.57, 0.27, 0.00, 0.02. Web safe color of #6cb7fa is #66ccff. Color #6cb7fa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 01101100 10110111 11111010
Octal 154 267 372
Decimal 108 183 250
Hex 6C B7 FA

RGB Percentages of Color #6cb7fa

%19.96
%33.83
%46.21

CMYK Percentages of Color #6cb7fa

%57
%27
%0
%2

Triadic Colors of #6cb7fa

#6cb7fa #fa6cb7 #b7fa6c

Analogous Colors of #6cb7fa

#6cb7fa #6c70fa #6cfaf6

Monochromatic Colors of #6cb7fa

#6cb7fa

Complementary Color

#6cb7fa #faaf6c

#6cb7fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#6cb7fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#6cb7fa Color CSS Codes

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

#6cb7fa Text Font Color

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

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


#6cb7fa Background Color

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

This div background color is #6cb7fa


#6cb7fa Border Color

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

This div border color is #6cb7fa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(108,183,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #6cb7fa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #6cb7fa;
  -webkit-box-shadow: 1px 1px 3px 2px #6cb7fa;
  box-shadow:         1px 1px 3px 2px #6cb7fa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(108,183,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #6cb7fa

Related Colors


Comments

No comments written yet.

Please login to write comment.