Html Css Color HEX #60969F Cadet Blue

📋 copy color: '#60969F'

red 96 ◦ green 150 ◦ blue 159

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

Shades of Cadet Blue #60969F

Tints of Cadet Blue #60969F

RGB

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

 GREEN value IS 150 (58.98% from 255) = 37.04%

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

R = 23.7%
G = 37.04%
B = 39.26%

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

#60969F (or 0x60969F) is known color: Cadet Blue. HEX triplet: 60, 96 and 9F. RGB value is (96,150,159). Sum of RGB (Red+Green+Blue) = 96+150+159=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 150 (58.98% from 255 or 37.04% from 405); Blue value is 159 (62.5% from 255 or 39.26% from 405); Max value from RGB is 159 - color contains mainly: blue. Hex color #60969F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60969F is #9F6960. Grayscale: #868686. Windows color (decimal): -10447201 or 10458720. OLE color: 10458720.

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

Color convert

RGB 96 150 159 -
CMYK 0.40 0.06 0 0.38
HSL 188.57º 0.25% 0.5% -
HSV(B) 188.57º 0.4% 0.62% -
XYZ 21.99 26.8 36.82 -
YUV 134.88 141.61 100.27 -
System Red Green Blue C M Y K H S L
Decimal 96 150 159 0.40 0.06 0 0.38 188.57 0.25 0.5
Hex 60 96 9F 28 6 0 26 BD 19 32
Octal 140 226 237 50 6 0 46 275 31 62
Binary 1100000 10010110 10011111 101000 110 0 100110 10111101 11001 110010

Color Harmonies of #60969F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60969F

Black with #60969F

Text Example


Text Example

White with #60969F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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