#608EEC

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

Shades of Cornflower Blue #608EEC

Tints of Cornflower Blue #608EEC

Color information

#608EEC (or 0x608EEC) is unknown color: approx Cornflower Blue. HEX triplet: 60, 8E and EC. RGB value is (96,142,236). Sum of RGB (Red+Green+Blue) = 96+142+236=474 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.25% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 236 (92.58% from 255 or 49.79% from 474); Max value from RGB is 236 - color contains mainly: blue. Hex color #608EEC is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608EEC is #9F7113. Grayscale: #8A8A8A. Windows color (decimal): -10449172 or 15502944. OLE color: 15502944.

HSL color Cylindrical-coordinate representation of color #608EEC: hue angle of 220.29º degrees, saturation: 0.79, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #608EEC is Cyan = 0.59, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB96142236-
CMYK0.590.4000.07
HSL220.29º78.65%65.1%-
HSV(B)220.29º59.32%92.55%-
XYZ29.6427.8983.18-
YUV138.96182.7697.36-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.25%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 236 (92.58% from 255) = 49.79%
R=20.25%
G=29.96%
B=49.79%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal961422360.590.4000.07220.2978.6565.1
Hex608EEC3B2807dc4f41
Octal140216354735007334117101
Binary1100000100011101110110011101110100001111101110010011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608EEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #608EEC; }

 p { color: rgb(96,142,236); }

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

<style>
 a { background-color: #608EEC; }

 a { background-color: rgb(96,142,236); }

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

<style>
 span { border-color: #608EEC; }

 span { border-color: rgb(96,142,236); }

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