Html Css Color HEX #609FAC Cadet Blue

📋 copy color: '#609FAC'

red 96 ◦ green 159 ◦ blue 172

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

Shades of Cadet Blue #609FAC

Tints of Cadet Blue #609FAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 22.48%
G = 37.24%
B = 40.28%

CMYK

 C value IS 0.44

 M value IS 0.08

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#609FAC (or 0x609FAC) is known color: Cadet Blue. HEX triplet: 60, 9F and AC. RGB value is (96,159,172). Sum of RGB (Red+Green+Blue) = 96+159+172=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 172 - color contains mainly: blue. Hex color #609FAC is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609FAC is #9F6053. Grayscale: #8D8D8D. Windows color (decimal): -10444884 or 11312992. OLE color: 11312992.

HSL color Cylindrical-coordinate representation of color #609FAC: hue angle of 190.26º degrees, saturation: 0.31, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #609FAC is Cyan = 0.44, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 159 172 -
CMYK 0.44 0.08 0 0.33
HSL 190.26º 0.31% 0.53% -
HSV(B) 190.26º 0.44% 0.67% -
XYZ 24.67 30.26 43.57 -
YUV 141.65 145.13 95.44 -
System Red Green Blue C M Y K H S L
Decimal 96 159 172 0.44 0.08 0 0.33 190.26 0.31 0.53
Hex 60 9F AC 2C 8 0 21 BE 1F 35
Octal 140 237 254 54 10 0 41 276 37 65
Binary 1100000 10011111 10101100 101100 1000 0 100001 10111110 11111 110101

Color Harmonies of #609FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609FAC

Black with #609FAC

Text Example


Text Example

White with #609FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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