Html Css Color HEX #609BE2 Cornflower Blue

📋 copy color: '#609BE2'

red 96 ◦ green 155 ◦ blue 226

#609BE2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cornflower Blue #609BE2

Tints of Cornflower Blue #609BE2

RGB

 RED value IS 96 (37.89% from 255) = 20.13%

 GREEN value IS 155 (60.94% from 255) = 32.49%

 BLUE value IS 226 (88.67% from 255) = 47.38%

R = 20.13%
G = 32.49%
B = 47.38%

CMYK

 C value IS 0.58

 M value IS 0.31

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#609BE2 (or 0x609BE2) is known color: Cornflower Blue. HEX triplet: 60, 9B and E2. RGB value is (96,155,226). Sum of RGB (Red+Green+Blue) = 96+155+226=477 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20.13% from 477); Green value is 155 (60.94% from 255 or 32.49% from 477); Blue value is 226 (88.67% from 255 or 47.38% from 477); Max value from RGB is 226 - color contains mainly: blue. Hex color #609BE2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609BE2 is #9F641D. Grayscale: #919191. Windows color (decimal): -10445854 or 14850912. OLE color: 14850912.

HSL color Cylindrical-coordinate representation of color #609BE2: hue angle of 212.77º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #609BE2 is Cyan = 0.58, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 96 155 226 -
CMYK 0.58 0.31 0 0.11
HSL 212.77º 0.69% 0.63% -
HSV(B) 212.77º 0.58% 0.89% -
XYZ 30.27 31.42 76.42 -
YUV 145.45 173.45 92.73 -
System Red Green Blue C M Y K H S L
Decimal 96 155 226 0.58 0.31 0 0.11 212.77 0.69 0.63
Hex 60 9B E2 3A 1F 0 B D5 45 3F
Octal 140 233 342 72 37 0 13 325 105 77
Binary 1100000 10011011 11100010 111010 11111 0 1011 11010101 1000101 111111

Color Harmonies of #609BE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BE2

Black with #609BE2

Text Example


Text Example

White with #609BE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #609BE2;
 }
 .AnyTagClassName
 {
   color: #609BE2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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