#646BDB

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

Shades of Slate Blue #646BDB

Tints of Slate Blue #646BDB

Color information

#646BDB (or 0x646BDB) is unknown color: approx Slate Blue. HEX triplet: 64, 6B and DB. RGB value is (100,107,219). Sum of RGB (Red+Green+Blue) = 100+107+219=426 (56% of max value = 765). Red value is 100 (39.45% from 255 or 23.47% from 426); Green value is 107 (42.19% from 255 or 25.12% from 426); Blue value is 219 (85.94% from 255 or 51.41% from 426); Max value from RGB is 219 - color contains mainly: blue. Hex color #646BDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #646BDB is #9B9424. Grayscale: #757575. Windows color (decimal): -10196005 or 14379876. OLE color: 14379876.

HSL color Cylindrical-coordinate representation of color #646BDB: hue angle of 236.47º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #646BDB is Cyan = 0.54, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100107219-
CMYK0.540.5100.14
HSL236.47º62.3%62.55%-
HSV(B)236.47º54.34%85.88%-
XYZ23.318.3469.33-
YUV117.68185.18115.39-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 23.47%
GREEN value IS 107 (42.19% from 255) = 25.12%
BLUE value IS 219 (85.94% from 255) = 51.41%
R=23.47%
G=25.12%
B=51.41%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1001072190.540.5100.14236.4762.362.55
Hex646BDB36330Eec3e3f
Octal14415333366630163547677
Binary11001001101011110110111101101100110111011101100111110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,107,219); }

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

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

 a { background-color: rgb(100,107,219); }

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

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

 span { border-color: rgb(100,107,219); }

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