Html Css Color HEX #609DAA Cadet Blue

📋 copy color: '#609DAA'

red 96 ◦ green 157 ◦ blue 170

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

Shades of Cadet Blue #609DAA

Tints of Cadet Blue #609DAA

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.12%

 BLUE value IS 170 (66.8% from 255) = 40.19%

R = 22.7%
G = 37.12%
B = 40.19%

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

#609DAA (or 0x609DAA) is known color: Cadet Blue. HEX triplet: 60, 9D and AA. RGB value is (96,157,170). Sum of RGB (Red+Green+Blue) = 96+157+170=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 157 (61.72% from 255 or 37.12% from 423); Blue value is 170 (66.80% from 255 or 40.19% from 423); Max value from RGB is 170 - color contains mainly: blue. Hex color #609DAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609DAA is #9F6255. Grayscale: #8C8C8C. Windows color (decimal): -10445398 or 11181408. OLE color: 11181408.

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

Color convert

RGB 96 157 170 -
CMYK 0.44 0.08 0 0.33
HSL 190.54º 0.3% 0.52% -
HSV(B) 190.54º 0.44% 0.67% -
XYZ 24.14 29.5 42.45 -
YUV 140.24 144.79 96.44 -
System Red Green Blue C M Y K H S L
Decimal 96 157 170 0.44 0.08 0 0.33 190.54 0.3 0.52
Hex 60 9D AA 2C 8 0 21 BF 1E 34
Octal 140 235 252 54 10 0 41 277 36 64
Binary 1100000 10011101 10101010 101100 1000 0 100001 10111111 11110 110100

Color Harmonies of #609DAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609DAA

Black with #609DAA

Text Example


Text Example

White with #609DAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,157,170); }

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

background-color css

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

 a { background-color: rgb(96,157,170); }

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

border-color css

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

 span { border-color: rgb(96,157,170); }

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