#648098

Color #648098 Slate Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Grey #648098

Tints of Slate Grey #648098

Color information

#648098 (or 0x648098) is unknown color: approx Slate Grey. HEX triplet: 64, 80 and 98. RGB value is (100,128,152). Sum of RGB (Red+Green+Blue) = 100+128+152=380 (50% of max value = 765). Red value is 100 (39.45% from 255 or 26.32% from 380); Green value is 128 (50.39% from 255 or 33.68% from 380); Blue value is 152 (59.77% from 255 or 40% from 380); Max value from RGB is 152 - color contains mainly: blue. Hex color #648098 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #648098 is #9B7F67. Grayscale: #7A7A7A. Windows color (decimal): -10190696 or 9994340. OLE color: 9994340.

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

Color convert

RGB100128152-
CMYK0.340.1600.40
HSL207.69º20.63%49.41%-
HSV(B)207.69º34.21%59.61%-
XYZ18.6420.4132.66-
YUV122.36144.72112.05-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 26.32%
GREEN value IS 128 (50.39% from 255) = 33.68%
BLUE value IS 152 (59.77% from 255) = 40%
R=26.32%
G=33.68%
B=40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1001281520.340.1600.40207.6920.6349.41
Hex6480982210028d01531
Octal14420023042200503202561
Binary110010010000000100110001000101000001010001101000010101110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #648098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #648098; }

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

 H1.HeaderClassName
 {
   color: #648098;
 }
 .AnyTagClassName
 {
   color: #648098;
 }
</style>
background-color css

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

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

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

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

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

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