Html Css Color HEX #648097 Slate Grey

📋 copy color: '#648097'

red 100 ◦ green 128 ◦ blue 151

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

Shades of Slate Grey #648097

Tints of Slate Grey #648097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 39.84%

R = 26.39%
G = 33.77%
B = 39.84%

CMYK

 C value IS 0.34

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#648097 (or 0x648097) is known color: Slate Grey. HEX triplet: 64, 80 and 97. RGB value is (100,128,151). Sum of RGB (Red+Green+Blue) = 100+128+151=379 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.39% from 379); Green value is 128 (50.39% from 255 or 33.77% from 379); Blue value is 151 (59.38% from 255 or 39.84% from 379); Max value from RGB is 151 - color contains mainly: blue. Hex color #648097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648097 is #9B7F68. Grayscale: #7A7A7A. Windows color (decimal): -10190697 or 9928804. OLE color: 9928804.

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

Color convert

RGB 100 128 151 -
CMYK 0.34 0.15 0 0.41
HSL 207.06º 0.2% 0.49% -
HSV(B) 207.06º 0.34% 0.59% -
XYZ 18.56 20.38 32.23 -
YUV 122.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 100 128 151 0.34 0.15 0 0.41 207.06 0.2 0.49
Hex 64 80 97 22 F 0 29 CF 14 31
Octal 144 200 227 42 17 0 51 317 24 61
Binary 1100100 10000000 10010111 100010 1111 0 101001 11001111 10100 110001

Color Harmonies of #648097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #648097

Black with #648097

Text Example


Text Example

White with #648097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #648097; }

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

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

background-color css

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

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

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

border-color css

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

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

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