Html Css Color HEX #969CA6 Grey Chateau

📋 copy color: '#969CA6'

red 150 ◦ green 156 ◦ blue 166

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

Shades of Grey Chateau #969CA6

Tints of Grey Chateau #969CA6

RGB

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

 GREEN value IS 156 (61.33% from 255) = 33.05%

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

R = 31.78%
G = 33.05%
B = 35.17%

CMYK

 C value IS 0.10

 M value IS 0.06

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#969CA6 (or 0x969CA6) is known color: Grey Chateau. HEX triplet: 96, 9C and A6. RGB value is (150,156,166). Sum of RGB (Red+Green+Blue) = 150+156+166=472 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.78% from 472); Green value is 156 (61.33% from 255 or 33.05% from 472); Blue value is 166 (65.23% from 255 or 35.17% from 472); Max value from RGB is 166 - color contains mainly: blue. Hex color #969CA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969CA6 is #696359. Grayscale: #9B9B9B. Windows color (decimal): -6906714 or 10919062. OLE color: 10919062.

HSL color Cylindrical-coordinate representation of color #969CA6: hue angle of 217.5º 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 #969CA6 is Cyan = 0.10, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 150 156 166 -
CMYK 0.10 0.06 0 0.35
HSL 217.5º 0.08% 0.62% -
HSV(B) 217.5º 0.1% 0.65% -
XYZ 31.35 33.01 40.8 -
YUV 155.35 134.01 124.19 -
System Red Green Blue C M Y K H S L
Decimal 150 156 166 0.10 0.06 0 0.35 217.5 0.08 0.62
Hex 96 9C A6 A 6 0 23 DA 8 3E
Octal 226 234 246 12 6 0 43 332 10 76
Binary 10010110 10011100 10100110 1010 110 0 100011 11011010 1000 111110

Color Harmonies of #969CA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CA6

Black with #969CA6

Text Example


Text Example

White with #969CA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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