Html Css Color HEX #949698 Grey Chateau

📋 copy color: '#949698'

red 148 ◦ green 150 ◦ blue 152

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

Shades of Grey Chateau #949698

Tints of Grey Chateau #949698

RGB

 RED value IS 148 (58.2% from 255) = 32.89%

 GREEN value IS 150 (58.98% from 255) = 33.33%

 BLUE value IS 152 (59.77% from 255) = 33.78%

R = 32.89%
G = 33.33%
B = 33.78%

CMYK

 C value IS 0.03

 M value IS 0.01

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#949698 (or 0x949698) is known color: Grey Chateau. HEX triplet: 94, 96 and 98. RGB value is (148,150,152). Sum of RGB (Red+Green+Blue) = 148+150+152=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 150 (58.98% from 255 or 33.33% from 450); Blue value is 152 (59.77% from 255 or 33.78% from 450); Max value from RGB is 152 - color contains mainly: blue. Hex color #949698 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949698 is #6B6967. Grayscale: #959595. Windows color (decimal): -7039336 or 10000020. OLE color: 10000020.

HSL color Cylindrical-coordinate representation of color #949698: hue angle of 210º degrees, saturation: 0.02, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #949698 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 150 152 -
CMYK 0.03 0.01 0 0.40
HSL 210º 0.02% 0.59% -
HSV(B) 210º 0.03% 0.6% -
XYZ 28.79 30.38 34.05 -
YUV 149.63 129.34 126.84 -
System Red Green Blue C M Y K H S L
Decimal 148 150 152 0.03 0.01 0 0.40 210 0.02 0.59
Hex 94 96 98 3 1 0 28 D2 2 3B
Octal 224 226 230 3 1 0 50 322 2 73
Binary 10010100 10010110 10011000 11 1 0 101000 11010010 10 111011

Color Harmonies of #949698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949698

Black with #949698

Text Example


Text Example

White with #949698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949698; }

 p { color: rgb(148,150,152); }

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

background-color css

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

 a { background-color: rgb(148,150,152); }

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

border-color css

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

 span { border-color: rgb(148,150,152); }

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