Html Css Color HEX #9698AB Santas Grey

📋 copy color: '#9698AB'

red 150 ◦ green 152 ◦ blue 171

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

Shades of Santas Grey #9698AB

Tints of Santas Grey #9698AB

RGB

 RED value IS 150 (58.98% from 255) = 31.71%

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

 BLUE value IS 171 (67.19% from 255) = 36.15%

R = 31.71%
G = 32.14%
B = 36.15%

CMYK

 C value IS 0.12

 M value IS 0.11

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9698AB (or 0x9698AB) is known color: Santas Grey. HEX triplet: 96, 98 and AB. RGB value is (150,152,171). Sum of RGB (Red+Green+Blue) = 150+152+171=473 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.71% from 473); Green value is 152 (59.77% from 255 or 32.14% from 473); Blue value is 171 (67.19% from 255 or 36.15% from 473); Max value from RGB is 171 - color contains mainly: blue. Hex color #9698AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9698AB is #696754. Grayscale: #999999. Windows color (decimal): -6907733 or 11245718. OLE color: 11245718.

HSL color Cylindrical-coordinate representation of color #9698AB: hue angle of 234.29º degrees, saturation: 0.11, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9698AB is Cyan = 0.12, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 152 171 -
CMYK 0.12 0.11 0 0.33
HSL 234.29º 0.11% 0.63% -
HSV(B) 234.29º 0.12% 0.67% -
XYZ 31.16 31.88 43.04 -
YUV 153.57 137.84 125.46 -
System Red Green Blue C M Y K H S L
Decimal 150 152 171 0.12 0.11 0 0.33 234.29 0.11 0.63
Hex 96 98 AB C B 0 21 EA B 3F
Octal 226 230 253 14 13 0 41 352 13 77
Binary 10010110 10011000 10101011 1100 1011 0 100001 11101010 1011 111111

Color Harmonies of #9698AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9698AB

Black with #9698AB

Text Example


Text Example

White with #9698AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9698AB; }

 p { color: rgb(150,152,171); }

 H1.HeaderClassName
 {
   color: #9698AB;
 }
 .AnyTagClassName
 {
   color: #9698AB;
 }
</style>

background-color css

<style>
 a { background-color: #9698AB; }

 a { background-color: rgb(150,152,171); }

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

border-color css

<style>
 span { border-color: #9698AB; }

 span { border-color: rgb(150,152,171); }

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