Html Css Color HEX #60989E Cadet Blue

📋 copy color: '#60989E'

red 96 ◦ green 152 ◦ blue 158

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

Shades of Cadet Blue #60989E

Tints of Cadet Blue #60989E

RGB

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

 GREEN value IS 152 (59.77% from 255) = 37.44%

 BLUE value IS 158 (62.11% from 255) = 38.92%

R = 23.65%
G = 37.44%
B = 38.92%

CMYK

 C value IS 0.39

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#60989E (or 0x60989E) is known color: Cadet Blue. HEX triplet: 60, 98 and 9E. RGB value is (96,152,158). Sum of RGB (Red+Green+Blue) = 96+152+158=406 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.65% from 406); Green value is 152 (59.77% from 255 or 37.44% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 158 - color contains mainly: blue. Hex color #60989E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60989E is #9F6761. Grayscale: #878787. Windows color (decimal): -10446690 or 10393696. OLE color: 10393696.

HSL color Cylindrical-coordinate representation of color #60989E: hue angle of 185.81º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #60989E is Cyan = 0.39, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 96 152 158 -
CMYK 0.39 0.04 0 0.38
HSL 185.81º 0.24% 0.5% -
HSV(B) 185.81º 0.39% 0.62% -
XYZ 22.22 27.41 36.47 -
YUV 135.94 140.45 99.51 -
System Red Green Blue C M Y K H S L
Decimal 96 152 158 0.39 0.04 0 0.38 185.81 0.24 0.5
Hex 60 98 9E 27 4 0 26 BA 18 32
Octal 140 230 236 47 4 0 46 272 30 62
Binary 1100000 10011000 10011110 100111 100 0 100110 10111010 11000 110010

Color Harmonies of #60989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60989E

Black with #60989E

Text Example


Text Example

White with #60989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60989E; }

 p { color: rgb(96,152,158); }

 H1.HeaderClassName
 {
   color: #60989E;
 }
 .AnyTagClassName
 {
   color: #60989E;
 }
</style>

background-color css

<style>
 a { background-color: #60989E; }

 a { background-color: rgb(96,152,158); }

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

border-color css

<style>
 span { border-color: #60989E; }

 span { border-color: rgb(96,152,158); }

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