Html Css Color HEX #60979F Cadet Blue

📋 copy color: '#60979F'

red 96 ◦ green 151 ◦ blue 159

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

Shades of Cadet Blue #60979F

Tints of Cadet Blue #60979F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 39.16%

R = 23.65%
G = 37.19%
B = 39.16%

CMYK

 C value IS 0.40

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60979F (or 0x60979F) is known color: Cadet Blue. HEX triplet: 60, 97 and 9F. RGB value is (96,151,159). Sum of RGB (Red+Green+Blue) = 96+151+159=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 151 (59.38% from 255 or 37.19% from 406); Blue value is 159 (62.5% from 255 or 39.16% from 406); Max value from RGB is 159 - color contains mainly: blue. Hex color #60979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60979F is #9F6860. Grayscale: #878787. Windows color (decimal): -10446945 or 10458976. OLE color: 10458976.

HSL color Cylindrical-coordinate representation of color #60979F: hue angle of 187.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #60979F is Cyan = 0.40, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 151 159 -
CMYK 0.40 0.05 0 0.38
HSL 187.62º 0.25% 0.5% -
HSV(B) 187.62º 0.4% 0.62% -
XYZ 22.15 27.12 36.87 -
YUV 135.47 141.28 99.85 -
System Red Green Blue C M Y K H S L
Decimal 96 151 159 0.40 0.05 0 0.38 187.62 0.25 0.5
Hex 60 97 9F 28 5 0 26 BC 19 32
Octal 140 227 237 50 5 0 46 274 31 62
Binary 1100000 10010111 10011111 101000 101 0 100110 10111100 11001 110010

Color Harmonies of #60979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60979F

Black with #60979F

Text Example


Text Example

White with #60979F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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