#6C8EDD

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

Shades of Cornflower Blue #6C8EDD

Tints of Cornflower Blue #6C8EDD

Color information

#6C8EDD (or 0x6C8EDD) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8E and DD. RGB value is (108,142,221). Sum of RGB (Red+Green+Blue) = 108+142+221=471 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.93% from 471); Green value is 142 (55.86% from 255 or 30.15% from 471); Blue value is 221 (86.72% from 255 or 46.92% from 471); Max value from RGB is 221 - color contains mainly: blue. Hex color #6C8EDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8EDD is #937122. Grayscale: #8C8C8C. Windows color (decimal): -9662755 or 14519916. OLE color: 14519916.

HSL color Cylindrical-coordinate representation of color #6C8EDD: hue angle of 221.95º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6C8EDD is Cyan = 0.51, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB108142221-
CMYK0.510.3600.13
HSL221.95º62.43%64.51%-
HSV(B)221.95º51.13%86.67%-
XYZ28.9127.7572.24-
YUV140.84173.24104.58-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.93%
GREEN value IS 142 (55.86% from 255) = 30.15%
BLUE value IS 221 (86.72% from 255) = 46.92%
R=22.93%
G=30.15%
B=46.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1081422210.510.3600.13221.9562.4364.51
Hex6C8EDD33240Dde3e41
Octal154216335634401533676101
Binary1101100100011101101110111001110010001101110111101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,142,221); }

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

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

 a { background-color: rgb(108,142,221); }

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

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

 span { border-color: rgb(108,142,221); }

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