#6C8CFD

Color #6C8CFD Cornflower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cornflower Blue #6C8CFD

Tints of Cornflower Blue #6C8CFD

Color information

#6C8CFD (or 0x6C8CFD) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8C and FD. RGB value is (108,140,253). Sum of RGB (Red+Green+Blue) = 108+140+253=501 (66% of max value = 765). Red value is 108 (42.58% from 255 or 21.56% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 253 (99.22% from 255 or 50.50% from 501); Max value from RGB is 253 - color contains mainly: blue. Hex color #6C8CFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8CFD is #937302. Grayscale: #8E8E8E. Windows color (decimal): -9663235 or 16616556. OLE color: 16616556.

HSL color Cylindrical-coordinate representation of color #6C8CFD: hue angle of 226.76º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6C8CFD is Cyan = 0.57, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB108140253-
CMYK0.570.4500.01
HSL226.76º97.32%70.78%-
HSV(B)226.76º57.31%99.22%-
XYZ33.2929.0496.78-
YUV143.31189.9102.81-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 108 (42.58% from 255) = 21.56%
GREEN value IS 140 (55.08% from 255) = 27.94%
BLUE value IS 253 (99.22% from 255) = 50.50%
R=21.56%
G=27.94%
B=50.50%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1081402530.570.4500.01226.7697.3270.78
Hex6C8CFD392D01e36147
Octal154214375715501343141107
Binary11011001000110011111101111001101101011110001111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C8CFD; }

 p { color: rgb(108,140,253); }

 H1.HeaderClassName
 {
   color: #6C8CFD;
 }
 .AnyTagClassName
 {
   color: #6C8CFD;
 }
</style>
background-color css

<style>
 a { background-color: #6C8CFD; }

 a { background-color: rgb(108,140,253); }

 div.DivClassName
 {
   background-color: #6C8CFD;
 }
 .BgClassName
 {
   background-color: #6C8CFD;
 }
</style>
border-color css

<style>
 span { border-color: #6C8CFD; }

 span { border-color: rgb(108,140,253); }

 td.TdClassName
 {
   border-color: #6C8CFD;
 }
 .TagClassName
 {
   border-color: #6C8CFD;
 }
</style>