Html Css Color HEX #609ADF Cornflower Blue

📋 copy color: '#609ADF'

red 96 ◦ green 154 ◦ blue 223

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

Shades of Cornflower Blue #609ADF

Tints of Cornflower Blue #609ADF

RGB

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

 GREEN value IS 154 (60.55% from 255) = 32.56%

 BLUE value IS 223 (87.5% from 255) = 47.15%

R = 20.3%
G = 32.56%
B = 47.15%

CMYK

 C value IS 0.57

 M value IS 0.31

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#609ADF (or 0x609ADF) is known color: Cornflower Blue. HEX triplet: 60, 9A and DF. RGB value is (96,154,223). Sum of RGB (Red+Green+Blue) = 96+154+223=473 (62% of max value = 765). Red value is 96 (37.89% from 255 or 20.30% from 473); Green value is 154 (60.55% from 255 or 32.56% from 473); Blue value is 223 (87.5% from 255 or 47.15% from 473); Max value from RGB is 223 - color contains mainly: blue. Hex color #609ADF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #609ADF is #9F6520. Grayscale: #909090. Windows color (decimal): -10446113 or 14654048. OLE color: 14654048.

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

Color convert

RGB 96 154 223 -
CMYK 0.57 0.31 0 0.13
HSL 212.6º 0.66% 0.63% -
HSV(B) 212.6º 0.57% 0.87% -
XYZ 29.7 30.93 74.22 -
YUV 144.52 172.28 93.39 -
System Red Green Blue C M Y K H S L
Decimal 96 154 223 0.57 0.31 0 0.13 212.6 0.66 0.63
Hex 60 9A DF 39 1F 0 D D5 42 3F
Octal 140 232 337 71 37 0 15 325 102 77
Binary 1100000 10011010 11011111 111001 11111 0 1101 11010101 1000010 111111

Color Harmonies of #609ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609ADF

Black with #609ADF

Text Example


Text Example

White with #609ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,154,223); }

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

background-color css

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

 a { background-color: rgb(96,154,223); }

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

border-color css

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

 span { border-color: rgb(96,154,223); }

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