Html Css Color HEX #969AA2 Grey Chateau

📋 copy color: '#969AA2'

red 150 ◦ green 154 ◦ blue 162

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

Shades of Grey Chateau #969AA2

Tints of Grey Chateau #969AA2

RGB

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

 GREEN value IS 154 (60.55% from 255) = 33.05%

 BLUE value IS 162 (63.67% from 255) = 34.76%

R = 32.19%
G = 33.05%
B = 34.76%

CMYK

 C value IS 0.07

 M value IS 0.05

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#969AA2 (or 0x969AA2) is known color: Grey Chateau. HEX triplet: 96, 9A and A2. RGB value is (150,154,162). Sum of RGB (Red+Green+Blue) = 150+154+162=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 154 (60.55% from 255 or 33.05% from 466); Blue value is 162 (63.67% from 255 or 34.76% from 466); Max value from RGB is 162 - color contains mainly: blue. Hex color #969AA2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969AA2 is #69655D. Grayscale: #999999. Windows color (decimal): -6907230 or 10656406. OLE color: 10656406.

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

Color convert

RGB 150 154 162 -
CMYK 0.07 0.05 0 0.36
HSL 220º 0.06% 0.61% -
HSV(B) 220º 0.07% 0.64% -
XYZ 30.65 32.2 38.78 -
YUV 153.72 132.67 125.35 -
System Red Green Blue C M Y K H S L
Decimal 150 154 162 0.07 0.05 0 0.36 220 0.06 0.61
Hex 96 9A A2 7 5 0 24 DC 6 3D
Octal 226 232 242 7 5 0 44 334 6 75
Binary 10010110 10011010 10100010 111 101 0 100100 11011100 110 111101

Color Harmonies of #969AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969AA2

Black with #969AA2

Text Example


Text Example

White with #969AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,154,162); }

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

background-color css

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

 a { background-color: rgb(150,154,162); }

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

border-color css

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

 span { border-color: rgb(150,154,162); }

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