Html Css Color HEX #609BA9 Cadet Blue

📋 copy color: '#609BA9'

red 96 ◦ green 155 ◦ blue 169

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

Shades of Cadet Blue #609BA9

Tints of Cadet Blue #609BA9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.9%

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

R = 22.86%
G = 36.9%
B = 40.24%

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

#609BA9 (or 0x609BA9) is known color: Cadet Blue. HEX triplet: 60, 9B and A9. RGB value is (96,155,169). Sum of RGB (Red+Green+Blue) = 96+155+169=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 155 (60.94% from 255 or 36.90% from 420); Blue value is 169 (66.41% from 255 or 40.24% from 420); Max value from RGB is 169 - color contains mainly: blue. Hex color #609BA9 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609BA9 is #9F6456. Grayscale: #8A8A8A. Windows color (decimal): -10445911 or 11115360. OLE color: 11115360.

HSL color Cylindrical-coordinate representation of color #609BA9: hue angle of 191.51º 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 #609BA9 is Cyan = 0.43, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 96 155 169 -
CMYK 0.43 0.08 0 0.34
HSL 191.51º 0.3% 0.52% -
HSV(B) 191.51º 0.43% 0.66% -
XYZ 23.71 28.79 41.84 -
YUV 138.96 144.95 97.36 -
System Red Green Blue C M Y K H S L
Decimal 96 155 169 0.43 0.08 0 0.34 191.51 0.3 0.52
Hex 60 9B A9 2B 8 0 22 C0 1E 34
Octal 140 233 251 53 10 0 42 300 36 64
Binary 1100000 10011011 10101001 101011 1000 0 100010 11000000 11110 110100

Color Harmonies of #609BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BA9

Black with #609BA9

Text Example


Text Example

White with #609BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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