#646cd8

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

Shades of Slate Blue #646CD8

Tints of Slate Blue #646CD8

Color information

#646CD8 (or 0x646CD8) is unknown color: approx Slate Blue. HEX triplet: 64, 6C and D8. RGB value is (100,108,216). Sum of RGB (Red+Green+Blue) = 100+108+216=424 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.58% from 424); Green value is 108 (42.58% from 255 or 25.47% from 424); Blue value is 216 (84.77% from 255 or 50.94% from 424); Max value from RGB is 216 - color contains mainly: blue. Hex color #646CD8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646CD8 is #9B9327. Grayscale: #757575. Windows color (decimal): -10195752 or 14183524. OLE color: 14183524.

HSL color Cylindrical-coordinate representation of color #646CD8: hue angle of 235.86º degrees, saturation: 0.6, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #646CD8 is Cyan = 0.54, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB100108216-
CMYK0.540.5000.15
HSL235.86º59.79%61.96%-
HSV(B)235.86º53.7%84.71%-
XYZ23.0118.3967.3-
YUV117.92183.35115.22-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.58%
GREEN value IS 108 (42.58% from 255) = 25.47%
BLUE value IS 216 (84.77% from 255) = 50.94%
R=23.58%
G=25.47%
B=50.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1001082160.540.5000.15235.8659.7961.96
Hex646CD836320Fec3c3e
Octal14415433066620173547476
Binary11001001101100110110001101101100100111111101100111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646cd8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646cd8; }

 p { color: rgb(100,108,216); }

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

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

 a { background-color: rgb(100,108,216); }

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

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

 span { border-color: rgb(100,108,216); }

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