#609BE0

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

Shades of Cornflower Blue #609BE0

Tints of Cornflower Blue #609BE0

Color information

#609BE0 (or 0x609BE0) is unknown color: approx Cornflower Blue. HEX triplet: 60, 9B and E0. RGB value is (96,155,224). Sum of RGB (Red+Green+Blue) = 96+155+224=475 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.21% from 475); Green value is 155 (60.94% from 255 or 32.63% from 475); Blue value is 224 (87.89% from 255 or 47.16% from 475); Max value from RGB is 224 - color contains mainly: blue. Hex color #609BE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BE0 is #9F641F. Grayscale: #909090. Windows color (decimal): -10445856 or 14719840. OLE color: 14719840.

HSL color Cylindrical-coordinate representation of color #609BE0: hue angle of 212.34º degrees, saturation: 0.67, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #609BE0 is Cyan = 0.57, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB96155224-
CMYK0.570.3100.12
HSL212.34º67.37%62.75%-
HSV(B)212.34º57.14%87.84%-
XYZ3031.3174.98-
YUV145.22172.4592.89-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 20.21%
GREEN value IS 155 (60.94% from 255) = 32.63%
BLUE value IS 224 (87.89% from 255) = 47.16%
R=20.21%
G=32.63%
B=47.16%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal961552240.570.3100.12212.3467.3762.75
Hex609BE0391F0Cd4433f
Octal140233340713701432410377
Binary110000010011011111000001110011111101100110101001000011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #609BE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #609BE0; }

 p { color: rgb(96,155,224); }

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

<style>
 a { background-color: #609BE0; }

 a { background-color: rgb(96,155,224); }

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

<style>
 span { border-color: #609BE0; }

 span { border-color: rgb(96,155,224); }

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