Html Css Color HEX #969CA0 Grey Chateau

📋 copy color: '#969CA0'

red 150 ◦ green 156 ◦ blue 160

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

Shades of Grey Chateau #969CA0

Tints of Grey Chateau #969CA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 32.19%
G = 33.48%
B = 34.33%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#969CA0 (or 0x969CA0) is known color: Grey Chateau. HEX triplet: 96, 9C and A0. RGB value is (150,156,160). Sum of RGB (Red+Green+Blue) = 150+156+160=466 (61% of max value = 765). Red value is 150 (58.98% from 255 or 32.19% from 466); Green value is 156 (61.33% from 255 or 33.48% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 160 - color contains mainly: blue. Hex color #969CA0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #969CA0 is #69635F. Grayscale: #9A9A9A. Windows color (decimal): -6906720 or 10525846. OLE color: 10525846.

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

Color convert

RGB 150 156 160 -
CMYK 0.06 0.02 0 0.37
HSL 204º 0.05% 0.61% -
HSV(B) 204º 0.06% 0.63% -
XYZ 30.81 32.8 37.96 -
YUV 154.66 131.01 124.67 -
System Red Green Blue C M Y K H S L
Decimal 150 156 160 0.06 0.02 0 0.37 204 0.05 0.61
Hex 96 9C A0 6 2 0 25 CC 5 3D
Octal 226 234 240 6 2 0 45 314 5 75
Binary 10010110 10011100 10100000 110 10 0 100101 11001100 101 111101

Color Harmonies of #969CA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #969CA0

Black with #969CA0

Text Example


Text Example

White with #969CA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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