Html Css Color HEX #648096 Slate Grey

📋 copy color: '#648096'

red 100 ◦ green 128 ◦ blue 150

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

Shades of Slate Grey #648096

Tints of Slate Grey #648096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.86%

 BLUE value IS 150 (58.98% from 255) = 39.68%

R = 26.46%
G = 33.86%
B = 39.68%

CMYK

 C value IS 0.33

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#648096 (or 0x648096) is known color: Slate Grey. HEX triplet: 64, 80 and 96. RGB value is (100,128,150). Sum of RGB (Red+Green+Blue) = 100+128+150=378 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.46% from 378); Green value is 128 (50.39% from 255 or 33.86% from 378); Blue value is 150 (58.98% from 255 or 39.68% from 378); Max value from RGB is 150 - color contains mainly: blue. Hex color #648096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648096 is #9B7F69. Grayscale: #7A7A7A. Windows color (decimal): -10190698 or 9863268. OLE color: 9863268.

HSL color Cylindrical-coordinate representation of color #648096: hue angle of 206.4º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #648096 is Cyan = 0.33, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 100 128 150 -
CMYK 0.33 0.15 0 0.41
HSL 206.4º 0.2% 0.49% -
HSV(B) 206.4º 0.33% 0.59% -
XYZ 18.48 20.35 31.81 -
YUV 122.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 100 128 150 0.33 0.15 0 0.41 206.4 0.2 0.49
Hex 64 80 96 21 F 0 29 CE 14 31
Octal 144 200 226 41 17 0 51 316 24 61
Binary 1100100 10000000 10010110 100001 1111 0 101001 11001110 10100 110001

Color Harmonies of #648096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648096

Black with #648096

Text Example


Text Example

White with #648096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648096; }

 p { color: rgb(100,128,150); }

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

background-color css

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

 a { background-color: rgb(100,128,150); }

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

border-color css

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

 span { border-color: rgb(100,128,150); }

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