Html Css Color HEX #609EF0 Cornflower Blue

📋 copy color: '#609EF0'

red 96 ◦ green 158 ◦ blue 240

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

Shades of Cornflower Blue #609EF0

Tints of Cornflower Blue #609EF0

RGB

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

 GREEN value IS 158 (62.11% from 255) = 31.98%

 BLUE value IS 240 (94.14% from 255) = 48.58%

R = 19.43%
G = 31.98%
B = 48.58%

CMYK

 C value IS 0.6

 M value IS 0.34

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#609EF0 (or 0x609EF0) is known color: Cornflower Blue. HEX triplet: 60, 9E and F0. RGB value is (96,158,240). Sum of RGB (Red+Green+Blue) = 96+158+240=494 (65% of max value = 765). Red value is 96 (37.89% from 255 or 19.43% from 494); Green value is 158 (62.11% from 255 or 31.98% from 494); Blue value is 240 (94.14% from 255 or 48.58% from 494); Max value from RGB is 240 - color contains mainly: blue. Hex color #609EF0 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #609EF0 is #9F610F. Grayscale: #949494. Windows color (decimal): -10445072 or 15769184. OLE color: 15769184.

HSL color Cylindrical-coordinate representation of color #609EF0: hue angle of 214.17º degrees, saturation: 0.83, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #609EF0 is Cyan = 0.6, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 96 158 240 -
CMYK 0.6 0.34 0 0.06
HSL 214.17º 0.83% 0.66% -
HSV(B) 214.17º 0.6% 0.94% -
XYZ 32.78 33.23 87.12 -
YUV 148.81 179.46 90.33 -
System Red Green Blue C M Y K H S L
Decimal 96 158 240 0.6 0.34 0 0.06 214.17 0.83 0.66
Hex 60 9E F0 3C 22 0 6 D6 53 42
Octal 140 236 360 74 42 0 6 326 123 102
Binary 1100000 10011110 11110000 111100 100010 0 110 11010110 1010011 1000010

Color Harmonies of #609EF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609EF0

Black with #609EF0

Text Example


Text Example

White with #609EF0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,158,240); }

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

background-color css

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

 a { background-color: rgb(96,158,240); }

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

border-color css

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

 span { border-color: rgb(96,158,240); }

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