Html Css Color HEX #60959A Cadet Blue

📋 copy color: '#60959A'

red 96 ◦ green 149 ◦ blue 154

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

Shades of Cadet Blue #60959A

Tints of Cadet Blue #60959A

RGB

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

 GREEN value IS 149 (58.59% from 255) = 37.34%

 BLUE value IS 154 (60.55% from 255) = 38.6%

R = 24.06%
G = 37.34%
B = 38.6%

CMYK

 C value IS 0.38

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60959A (or 0x60959A) is known color: Cadet Blue. HEX triplet: 60, 95 and 9A. RGB value is (96,149,154). Sum of RGB (Red+Green+Blue) = 96+149+154=399 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.06% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 154 (60.55% from 255 or 38.60% from 399); Max value from RGB is 154 - color contains mainly: blue. Hex color #60959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60959A is #9F6A65. Grayscale: #858585. Windows color (decimal): -10447462 or 10130784. OLE color: 10130784.

HSL color Cylindrical-coordinate representation of color #60959A: hue angle of 185.17º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #60959A is Cyan = 0.38, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 149 154 -
CMYK 0.38 0.03 0 0.40
HSL 185.17º 0.23% 0.49% -
HSV(B) 185.17º 0.38% 0.6% -
XYZ 21.4 26.31 34.52 -
YUV 133.72 139.44 101.09 -
System Red Green Blue C M Y K H S L
Decimal 96 149 154 0.38 0.03 0 0.40 185.17 0.23 0.49
Hex 60 95 9A 26 3 0 28 B9 17 31
Octal 140 225 232 46 3 0 50 271 27 61
Binary 1100000 10010101 10011010 100110 11 0 101000 10111001 10111 110001

Color Harmonies of #60959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60959A

Black with #60959A

Text Example


Text Example

White with #60959A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60959A; }

 p { color: rgb(96,149,154); }

 H1.HeaderClassName
 {
   color: #60959A;
 }
 .AnyTagClassName
 {
   color: #60959A;
 }
</style>

background-color css

<style>
 a { background-color: #60959A; }

 a { background-color: rgb(96,149,154); }

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

border-color css

<style>
 span { border-color: #60959A; }

 span { border-color: rgb(96,149,154); }

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