Html Css Color HEX #648199 Slate Grey

📋 copy color: '#648199'

red 100 ◦ green 129 ◦ blue 153

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

Shades of Slate Grey #648199

Tints of Slate Grey #648199

RGB

 RED value IS 100 (39.45% from 255) = 26.18%

 GREEN value IS 129 (50.78% from 255) = 33.77%

 BLUE value IS 153 (60.16% from 255) = 40.05%

R = 26.18%
G = 33.77%
B = 40.05%

CMYK

 C value IS 0.35

 M value IS 0.16

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#648199 (or 0x648199) is known color: Slate Grey. HEX triplet: 64, 81 and 99. RGB value is (100,129,153). Sum of RGB (Red+Green+Blue) = 100+129+153=382 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.18% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 153 - color contains mainly: blue. Hex color #648199 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648199 is #9B7E66. Grayscale: #7A7A7A. Windows color (decimal): -10190439 or 10060132. OLE color: 10060132.

HSL color Cylindrical-coordinate representation of color #648199: hue angle of 207.17º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #648199 is Cyan = 0.35, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 100 129 153 -
CMYK 0.35 0.16 0 0.4
HSL 207.17º 0.21% 0.5% -
HSV(B) 207.17º 0.35% 0.6% -
XYZ 18.86 20.71 33.14 -
YUV 123.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 100 129 153 0.35 0.16 0 0.4 207.17 0.21 0.5
Hex 64 81 99 23 10 0 28 CF 15 32
Octal 144 201 231 43 20 0 50 317 25 62
Binary 1100100 10000001 10011001 100011 10000 0 101000 11001111 10101 110010

Color Harmonies of #648199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648199

Black with #648199

Text Example


Text Example

White with #648199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648199; }

 p { color: rgb(100,129,153); }

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

background-color css

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

 a { background-color: rgb(100,129,153); }

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

border-color css

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

 span { border-color: rgb(100,129,153); }

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