#6C8DE1

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

Shades of Cornflower Blue #6C8DE1

Tints of Cornflower Blue #6C8DE1

Color information

#6C8DE1 (or 0x6C8DE1) is unknown color: approx Cornflower Blue. HEX triplet: 6C, 8D and E1. RGB value is (108,141,225). Sum of RGB (Red+Green+Blue) = 108+141+225=474 (62% of max value = 765). Red value is 108 (42.58% from 255 or 22.78% from 474); Green value is 141 (55.47% from 255 or 29.75% from 474); Blue value is 225 (88.28% from 255 or 47.47% from 474); Max value from RGB is 225 - color contains mainly: blue. Hex color #6C8DE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8DE1 is #93721E. Grayscale: #8C8C8C. Windows color (decimal): -9663007 or 14781804. OLE color: 14781804.

HSL color Cylindrical-coordinate representation of color #6C8DE1: hue angle of 223.08º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6C8DE1 is Cyan = 0.52, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB108141225-
CMYK0.520.3700.12
HSL223.08º66.1%65.29%-
HSV(B)223.08º52%88.24%-
XYZ29.327.6775.03-
YUV140.71175.57104.67-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 22.78%
GREEN value IS 141 (55.47% from 255) = 29.75%
BLUE value IS 225 (88.28% from 255) = 47.47%
R=22.78%
G=29.75%
B=47.47%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1081412250.520.3700.12223.0866.165.29
Hex6C8DE134250Cdf4241
Octal1542153416445014337102101
Binary11011001000110111100001110100100101011001101111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C8DE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,141,225); }

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

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

 a { background-color: rgb(108,141,225); }

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

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

 span { border-color: rgb(108,141,225); }

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