#6C8FED

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

Shades of Cornflower Blue #6C8FED

Tints of Cornflower Blue #6C8FED

Color information

#6C8FED (or 0x6C8FED) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8F and ED. RGB value is (108,143,237). Sum of RGB (Red+Green+Blue) = 108+143+237=488 (64% of max value = 765). Red value is 108 (42.58% from 255 or 22.13% from 488); Green value is 143 (56.25% from 255 or 29.30% from 488); Blue value is 237 (92.97% from 255 or 48.57% from 488); Max value from RGB is 237 - color contains mainly: blue. Hex color #6C8FED is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #6C8FED is #937012. Grayscale: #8E8E8E. Windows color (decimal): -9662483 or 15568748. OLE color: 15568748.

HSL color Cylindrical-coordinate representation of color #6C8FED: hue angle of 223.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6C8FED is Cyan = 0.54, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB108143237-
CMYK0.540.4000.07
HSL223.72º78.18%67.65%-
HSV(B)223.72º54.43%92.94%-
XYZ31.2928.9584.06-
YUV143.25180.9102.86-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.13%
GREEN value IS 143 (56.25% from 255) = 29.30%
BLUE value IS 237 (92.97% from 255) = 48.57%
R=22.13%
G=29.30%
B=48.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1081432370.540.4000.07223.7278.1867.65
Hex6C8FED362807e04e44
Octal154217355665007340116104
Binary1101100100011111110110111011010100001111110000010011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,143,237); }

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

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

 a { background-color: rgb(108,143,237); }

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

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

 span { border-color: rgb(108,143,237); }

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