Html Css Color HEX #60979A Cadet Blue

📋 copy color: '#60979A'

red 96 ◦ green 151 ◦ blue 154

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

Shades of Cadet Blue #60979A

Tints of Cadet Blue #60979A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 37.66%

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

R = 23.94%
G = 37.66%
B = 38.4%

CMYK

 C value IS 0.38

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60979A (or 0x60979A) is known color: Cadet Blue. HEX triplet: 60, 97 and 9A. RGB value is (96,151,154). Sum of RGB (Red+Green+Blue) = 96+151+154=401 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.94% from 401); Green value is 151 (59.38% from 255 or 37.66% from 401); Blue value is 154 (60.55% from 255 or 38.40% from 401); Max value from RGB is 154 - color contains mainly: blue. Hex color #60979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60979A is #9F6865. Grayscale: #868686. Windows color (decimal): -10446950 or 10131296. OLE color: 10131296.

HSL color Cylindrical-coordinate representation of color #60979A: hue angle of 183.1º 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 #60979A is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 151 154 -
CMYK 0.38 0.02 0 0.40
HSL 183.1º 0.23% 0.49% -
HSV(B) 183.1º 0.38% 0.6% -
XYZ 21.72 26.95 34.63 -
YUV 134.9 138.78 100.26 -
System Red Green Blue C M Y K H S L
Decimal 96 151 154 0.38 0.02 0 0.40 183.1 0.23 0.49
Hex 60 97 9A 26 2 0 28 B7 17 31
Octal 140 227 232 46 2 0 50 267 27 61
Binary 1100000 10010111 10011010 100110 10 0 101000 10110111 10111 110001

Color Harmonies of #60979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60979A

Black with #60979A

Text Example


Text Example

White with #60979A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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