Html Css Color HEX #609BAA Cadet Blue

📋 copy color: '#609BAA'

red 96 ◦ green 155 ◦ blue 170

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

Shades of Cadet Blue #609BAA

Tints of Cadet Blue #609BAA

RGB

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

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

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

R = 22.8%
G = 36.82%
B = 40.38%

CMYK

 C value IS 0.44

 M value IS 0.09

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#609BAA (or 0x609BAA) is known color: Cadet Blue. HEX triplet: 60, 9B and AA. RGB value is (96,155,170). Sum of RGB (Red+Green+Blue) = 96+155+170=421 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.80% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #609BAA is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #609BAA is #9F6455. Grayscale: #8A8A8A. Windows color (decimal): -10445910 or 11180896. OLE color: 11180896.

HSL color Cylindrical-coordinate representation of color #609BAA: hue angle of 192.16º 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 #609BAA is Cyan = 0.44, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 96 155 170 -
CMYK 0.44 0.09 0 0.33
HSL 192.16º 0.3% 0.52% -
HSV(B) 192.16º 0.44% 0.67% -
XYZ 23.8 28.83 42.34 -
YUV 139.07 145.45 97.28 -
System Red Green Blue C M Y K H S L
Decimal 96 155 170 0.44 0.09 0 0.33 192.16 0.3 0.52
Hex 60 9B AA 2C 9 0 21 C0 1E 34
Octal 140 233 252 54 11 0 41 300 36 64
Binary 1100000 10011011 10101010 101100 1001 0 100001 11000000 11110 110100

Color Harmonies of #609BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #609BAA

Black with #609BAA

Text Example


Text Example

White with #609BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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