Html Css Color HEX #60969C Cadet Blue

📋 copy color: '#60969C'

red 96 ◦ green 150 ◦ blue 156

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

Shades of Cadet Blue #60969C

Tints of Cadet Blue #60969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 38.81%

R = 23.88%
G = 37.31%
B = 38.81%

CMYK

 C value IS 0.38

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60969C (or 0x60969C) is known color: Cadet Blue. HEX triplet: 60, 96 and 9C. RGB value is (96,150,156). Sum of RGB (Red+Green+Blue) = 96+150+156=402 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.88% from 402); Green value is 150 (58.98% from 255 or 37.31% from 402); Blue value is 156 (61.33% from 255 or 38.81% from 402); Max value from RGB is 156 - color contains mainly: blue. Hex color #60969C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60969C is #9F6963. Grayscale: #868686. Windows color (decimal): -10447204 or 10262112. OLE color: 10262112.

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

Color convert

RGB 96 150 156 -
CMYK 0.38 0.04 0 0.39
HSL 186º 0.24% 0.49% -
HSV(B) 186º 0.38% 0.61% -
XYZ 21.73 26.7 35.46 -
YUV 134.54 140.11 100.51 -
System Red Green Blue C M Y K H S L
Decimal 96 150 156 0.38 0.04 0 0.39 186 0.24 0.49
Hex 60 96 9C 26 4 0 27 BA 18 31
Octal 140 226 234 46 4 0 47 272 30 61
Binary 1100000 10010110 10011100 100110 100 0 100111 10111010 11000 110001

Color Harmonies of #60969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60969C

Black with #60969C

Text Example


Text Example

White with #60969C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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