Html Css Color HEX #60989A Cadet Blue

📋 copy color: '#60989A'

red 96 ◦ green 152 ◦ blue 154

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

Shades of Cadet Blue #60989A

Tints of Cadet Blue #60989A

RGB

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

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

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

R = 23.88%
G = 37.81%
B = 38.31%

CMYK

 C value IS 0.38

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60989A (or 0x60989A) is known color: Cadet Blue. HEX triplet: 60, 98 and 9A. RGB value is (96,152,154). Sum of RGB (Red+Green+Blue) = 96+152+154=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 152 (59.77% from 255 or 37.81% from 402); Blue value is 154 (60.55% from 255 or 38.31% from 402); Max value from RGB is 154 - color contains mainly: blue. Hex color #60989A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60989A is #9F6765. Grayscale: #878787. Windows color (decimal): -10446694 or 10131552. OLE color: 10131552.

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

Color convert

RGB 96 152 154 -
CMYK 0.38 0.01 0 0.40
HSL 182.07º 0.23% 0.49% -
HSV(B) 182.07º 0.38% 0.6% -
XYZ 21.88 27.28 34.68 -
YUV 135.48 138.45 99.84 -
System Red Green Blue C M Y K H S L
Decimal 96 152 154 0.38 0.01 0 0.40 182.07 0.23 0.49
Hex 60 98 9A 26 1 0 28 B6 17 31
Octal 140 230 232 46 1 0 50 266 27 61
Binary 1100000 10011000 10011010 100110 1 0 101000 10110110 10111 110001

Color Harmonies of #60989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60989A

Black with #60989A

Text Example


Text Example

White with #60989A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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