Html Css Color HEX #60959F Cadet Blue

📋 copy color: '#60959F'

red 96 ◦ green 149 ◦ blue 159

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

Shades of Cadet Blue #60959F

Tints of Cadet Blue #60959F

RGB

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

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

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

R = 23.76%
G = 36.88%
B = 39.36%

CMYK

 C value IS 0.40

 M value IS 0.06

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60959F (or 0x60959F) is known color: Cadet Blue. HEX triplet: 60, 95 and 9F. RGB value is (96,149,159). Sum of RGB (Red+Green+Blue) = 96+149+159=404 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.76% from 404); Green value is 149 (58.59% from 255 or 36.88% from 404); Blue value is 159 (62.5% from 255 or 39.36% from 404); Max value from RGB is 159 - color contains mainly: blue. Hex color #60959F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60959F is #9F6A60. Grayscale: #868686. Windows color (decimal): -10447457 or 10458464. OLE color: 10458464.

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

Color convert

RGB 96 149 159 -
CMYK 0.40 0.06 0 0.38
HSL 189.52º 0.25% 0.5% -
HSV(B) 189.52º 0.4% 0.62% -
XYZ 21.83 26.48 36.76 -
YUV 134.29 141.94 100.69 -
System Red Green Blue C M Y K H S L
Decimal 96 149 159 0.40 0.06 0 0.38 189.52 0.25 0.5
Hex 60 95 9F 28 6 0 26 BE 19 32
Octal 140 225 237 50 6 0 46 276 31 62
Binary 1100000 10010101 10011111 101000 110 0 100110 10111110 11001 110010

Color Harmonies of #60959F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60959F

Black with #60959F

Text Example


Text Example

White with #60959F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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