#608CE6

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

Shades of Cornflower Blue #608CE6

Tints of Cornflower Blue #608CE6

Color information

#608CE6 (or 0x608CE6) is unknown color: approx Cornflower Blue. HEX triplet: 60, 8C and E6. RGB value is (96,140,230). Sum of RGB (Red+Green+Blue) = 96+140+230=466 (61% of max value = 765). Red value is 96 (37.89% from 255 or 20.60% from 466); Green value is 140 (55.08% from 255 or 30.04% from 466); Blue value is 230 (90.23% from 255 or 49.36% from 466); Max value from RGB is 230 - color contains mainly: blue. Hex color #608CE6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #608CE6 is #9F7319. Grayscale: #888888. Windows color (decimal): -10449690 or 15109216. OLE color: 15109216.

HSL color Cylindrical-coordinate representation of color #608CE6: hue angle of 220.3º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #608CE6 is Cyan = 0.58, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96140230-
CMYK0.580.3900.10
HSL220.3º72.83%63.92%-
HSV(B)220.3º58.26%90.2%-
XYZ28.4826.9678.56-
YUV137.1180.4298.68-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.60%
GREEN value IS 140 (55.08% from 255) = 30.04%
BLUE value IS 230 (90.23% from 255) = 49.36%
R=20.60%
G=30.04%
B=49.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal961402300.580.3900.10220.372.8363.92
Hex608CE63A270Adc4940
Octal1402143467247012334111100
Binary11000001000110011100110111010100111010101101110010010011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #608CE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,140,230); }

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

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

 a { background-color: rgb(96,140,230); }

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

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

 span { border-color: rgb(96,140,230); }

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