Html Css Color HEX #969BA3 Grey Chateau

📋 copy color: '#969BA3'

red 150 ◦ green 155 ◦ blue 163

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

Shades of Grey Chateau #969BA3

Tints of Grey Chateau #969BA3

RGB

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

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

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

R = 32.05%
G = 33.12%
B = 34.83%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#969BA3 (or 0x969BA3) is known color: Grey Chateau. HEX triplet: 96, 9B and A3. RGB value is (150,155,163). Sum of RGB (Red+Green+Blue) = 150+155+163=468 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.05% from 468); Green value is 155 (60.94% from 255 or 33.12% from 468); Blue value is 163 (64.06% from 255 or 34.83% from 468); Max value from RGB is 163 - color contains mainly: blue. Hex color #969BA3 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969BA3 is #69645C. Grayscale: #9A9A9A. Windows color (decimal): -6906973 or 10722198. OLE color: 10722198.

HSL color Cylindrical-coordinate representation of color #969BA3: hue angle of 216.92º 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 #969BA3 is Cyan = 0.08, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 150 155 163 -
CMYK 0.08 0.05 0 0.36
HSL 216.92º 0.07% 0.61% -
HSV(B) 216.92º 0.08% 0.64% -
XYZ 30.91 32.57 39.31 -
YUV 154.42 132.84 124.85 -
System Red Green Blue C M Y K H S L
Decimal 150 155 163 0.08 0.05 0 0.36 216.92 0.07 0.61
Hex 96 9B A3 8 5 0 24 D9 7 3D
Octal 226 233 243 10 5 0 44 331 7 75
Binary 10010110 10011011 10100011 1000 101 0 100100 11011001 111 111101

Color Harmonies of #969BA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969BA3

Black with #969BA3

Text Example


Text Example

White with #969BA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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