Html Css Color HEX #609FE1 Cornflower Blue

📋 copy color: '#609FE1'

red 96 ◦ green 159 ◦ blue 225

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

Shades of Cornflower Blue #609FE1

Tints of Cornflower Blue #609FE1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 33.13%

 BLUE value IS 225 (88.28% from 255) = 46.88%

R = 20%
G = 33.13%
B = 46.88%

CMYK

 C value IS 0.57

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#609FE1 (or 0x609FE1) is known color: Cornflower Blue. HEX triplet: 60, 9F and E1. RGB value is (96,159,225). Sum of RGB (Red+Green+Blue) = 96+159+225=480 (63% of max value = 765). Red value is 96 (37.89% from 255 or 20% from 480); Green value is 159 (62.5% from 255 or 33.12% from 480); Blue value is 225 (88.28% from 255 or 46.88% from 480); Max value from RGB is 225 - color contains mainly: blue. Hex color #609FE1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609FE1 is #9F601E. Grayscale: #939393. Windows color (decimal): -10444831 or 14786400. OLE color: 14786400.

HSL color Cylindrical-coordinate representation of color #609FE1: hue angle of 210.7º degrees, saturation: 0.68, 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 #609FE1 is Cyan = 0.57, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 96 159 225 -
CMYK 0.57 0.29 0 0.12
HSL 210.7º 0.68% 0.63% -
HSV(B) 210.7º 0.57% 0.88% -
XYZ 30.81 32.72 75.93 -
YUV 147.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 96 159 225 0.57 0.29 0 0.12 210.7 0.68 0.63
Hex 60 9F E1 39 1D 0 C D3 44 3F
Octal 140 237 341 71 35 0 14 323 104 77
Binary 1100000 10011111 11100001 111001 11101 0 1100 11010011 1000100 111111

Color Harmonies of #609FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609FE1

Black with #609FE1

Text Example


Text Example

White with #609FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,159,225); }

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

background-color css

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

 a { background-color: rgb(96,159,225); }

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

border-color css

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

 span { border-color: rgb(96,159,225); }

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