Html Css Color HEX #969BA6 Grey Chateau

📋 copy color: '#969BA6'

red 150 ◦ green 155 ◦ blue 166

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

Shades of Grey Chateau #969BA6

Tints of Grey Chateau #969BA6

RGB

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

 GREEN value IS 155 (60.94% from 255) = 32.91%

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 31.85%
G = 32.91%
B = 35.24%

CMYK

 C value IS 0.10

 M value IS 0.07

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#969BA6 (or 0x969BA6) is known color: Grey Chateau. HEX triplet: 96, 9B and A6. RGB value is (150,155,166). Sum of RGB (Red+Green+Blue) = 150+155+166=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 155 (60.94% from 255 or 32.91% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 166 - color contains mainly: blue. Hex color #969BA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BA6 is #696459. Grayscale: #9A9A9A. Windows color (decimal): -6906970 or 10918806. OLE color: 10918806.

HSL color Cylindrical-coordinate representation of color #969BA6: hue angle of 221.25º degrees, saturation: 0.08, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #969BA6 is Cyan = 0.10, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 155 166 -
CMYK 0.10 0.07 0 0.35
HSL 221.25º 0.08% 0.62% -
HSV(B) 221.25º 0.1% 0.65% -
XYZ 31.18 32.68 40.74 -
YUV 154.76 134.34 124.61 -
System Red Green Blue C M Y K H S L
Decimal 150 155 166 0.10 0.07 0 0.35 221.25 0.08 0.62
Hex 96 9B A6 A 7 0 23 DD 8 3E
Octal 226 233 246 12 7 0 43 335 10 76
Binary 10010110 10011011 10100110 1010 111 0 100011 11011101 1000 111110

Color Harmonies of #969BA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BA6

Black with #969BA6

Text Example


Text Example

White with #969BA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #969BA6; }

 p { color: rgb(150,155,166); }

 H1.HeaderClassName
 {
   color: #969BA6;
 }
 .AnyTagClassName
 {
   color: #969BA6;
 }
</style>

background-color css

<style>
 a { background-color: #969BA6; }

 a { background-color: rgb(150,155,166); }

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

border-color css

<style>
 span { border-color: #969BA6; }

 span { border-color: rgb(150,155,166); }

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