Html Css Color HEX #959EA6 Grey Chateau

📋 copy color: '#959EA6'

red 149 ◦ green 158 ◦ blue 166

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

Shades of Grey Chateau #959EA6

Tints of Grey Chateau #959EA6

RGB

 RED value IS 149 (58.59% from 255) = 31.5%

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

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

R = 31.5%
G = 33.4%
B = 35.1%

CMYK

 C value IS 0.10

 M value IS 0.05

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#959EA6 (or 0x959EA6) is known color: Grey Chateau. HEX triplet: 95, 9E and A6. RGB value is (149,158,166). Sum of RGB (Red+Green+Blue) = 149+158+166=473 (62% of max value = 765). Red value is 149 (58.59% from 255 or 31.50% from 473); Green value is 158 (62.11% from 255 or 33.40% from 473); Blue value is 166 (65.23% from 255 or 35.10% from 473); Max value from RGB is 166 - color contains mainly: blue. Hex color #959EA6 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #959EA6 is #6A6159. Grayscale: #9C9C9C. Windows color (decimal): -6971738 or 10919573. OLE color: 10919573.

HSL color Cylindrical-coordinate representation of color #959EA6: hue angle of 208.24º degrees, saturation: 0.09, 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 #959EA6 is Cyan = 0.10, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 149 158 166 -
CMYK 0.10 0.05 0 0.35
HSL 208.24º 0.09% 0.62% -
HSV(B) 208.24º 0.1% 0.65% -
XYZ 31.5 33.6 40.9 -
YUV 156.22 133.52 122.85 -
System Red Green Blue C M Y K H S L
Decimal 149 158 166 0.10 0.05 0 0.35 208.24 0.09 0.62
Hex 95 9E A6 A 5 0 23 D0 9 3E
Octal 225 236 246 12 5 0 43 320 11 76
Binary 10010101 10011110 10100110 1010 101 0 100011 11010000 1001 111110

Color Harmonies of #959EA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #959EA6

Black with #959EA6

Text Example


Text Example

White with #959EA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #959EA6; }

 p { color: rgb(149,158,166); }

 H1.HeaderClassName
 {
   color: #959EA6;
 }
 .AnyTagClassName
 {
   color: #959EA6;
 }
</style>

background-color css

<style>
 a { background-color: #959EA6; }

 a { background-color: rgb(149,158,166); }

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

border-color css

<style>
 span { border-color: #959EA6; }

 span { border-color: rgb(149,158,166); }

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