Html Css Color HEX #969EA3 Grey Chateau

📋 copy color: '#969EA3'

red 150 ◦ green 158 ◦ blue 163

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

Shades of Grey Chateau #969EA3

Tints of Grey Chateau #969EA3

RGB

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

 GREEN value IS 158 (62.11% from 255) = 33.55%

 BLUE value IS 163 (64.06% from 255) = 34.61%

R = 31.85%
G = 33.55%
B = 34.61%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#969EA3 (or 0x969EA3) is known color: Grey Chateau. HEX triplet: 96, 9E and A3. RGB value is (150,158,163). Sum of RGB (Red+Green+Blue) = 150+158+163=471 (62% of max value = 765). Red value is 150 (58.98% from 255 or 31.85% from 471); Green value is 158 (62.11% from 255 or 33.55% from 471); Blue value is 163 (64.06% from 255 or 34.61% from 471); Max value from RGB is 163 - color contains mainly: blue. Hex color #969EA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969EA3 is #69615C. Grayscale: #9C9C9C. Windows color (decimal): -6906205 or 10722966. OLE color: 10722966.

HSL color Cylindrical-coordinate representation of color #969EA3: hue angle of 203.08º degrees, saturation: 0.07, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #969EA3 is Cyan = 0.08, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 158 163 -
CMYK 0.08 0.03 0 0.36
HSL 203.08º 0.07% 0.61% -
HSV(B) 203.08º 0.08% 0.64% -
XYZ 31.42 33.58 39.48 -
YUV 156.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 150 158 163 0.08 0.03 0 0.36 203.08 0.07 0.61
Hex 96 9E A3 8 3 0 24 CB 7 3D
Octal 226 236 243 10 3 0 44 313 7 75
Binary 10010110 10011110 10100011 1000 11 0 100100 11001011 111 111101

Color Harmonies of #969EA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969EA3

Black with #969EA3

Text Example


Text Example

White with #969EA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,158,163); }

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

background-color css

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

 a { background-color: rgb(150,158,163); }

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

border-color css

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

 span { border-color: rgb(150,158,163); }

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