Html Css Color HEX #609CA9 Cadet Blue

📋 copy color: '#609CA9'

red 96 ◦ green 156 ◦ blue 169

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

Shades of Cadet Blue #609CA9

Tints of Cadet Blue #609CA9

RGB

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

 GREEN value IS 156 (61.33% from 255) = 37.05%

 BLUE value IS 169 (66.41% from 255) = 40.14%

R = 22.8%
G = 37.05%
B = 40.14%

CMYK

 C value IS 0.43

 M value IS 0.08

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#609CA9 (or 0x609CA9) is known color: Cadet Blue. HEX triplet: 60, 9C and A9. RGB value is (96,156,169). Sum of RGB (Red+Green+Blue) = 96+156+169=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 156 (61.33% from 255 or 37.05% from 421); Blue value is 169 (66.41% from 255 or 40.14% from 421); Max value from RGB is 169 - color contains mainly: blue. Hex color #609CA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609CA9 is #9F6356. Grayscale: #8B8B8B. Windows color (decimal): -10445655 or 11115616. OLE color: 11115616.

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

Color convert

RGB 96 156 169 -
CMYK 0.43 0.08 0 0.34
HSL 190.68º 0.3% 0.52% -
HSV(B) 190.68º 0.43% 0.66% -
XYZ 23.87 29.13 41.9 -
YUV 139.54 144.62 96.94 -
System Red Green Blue C M Y K H S L
Decimal 96 156 169 0.43 0.08 0 0.34 190.68 0.3 0.52
Hex 60 9C A9 2B 8 0 22 BF 1E 34
Octal 140 234 251 53 10 0 42 277 36 64
Binary 1100000 10011100 10101001 101011 1000 0 100010 10111111 11110 110100

Color Harmonies of #609CA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609CA9

Black with #609CA9

Text Example


Text Example

White with #609CA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,156,169); }

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

background-color css

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

 a { background-color: rgb(96,156,169); }

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

border-color css

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

 span { border-color: rgb(96,156,169); }

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