#645DCB

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

Shades of Slate Blue #645DCB

Tints of Slate Blue #645DCB

Color information

#645DCB (or 0x645DCB) is unknown color: approx Slate Blue. HEX triplet: 64, 5D and CB. RGB value is (100,93,203). Sum of RGB (Red+Green+Blue) = 100+93+203=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 203 (79.69% from 255 or 51.26% from 396); Max value from RGB is 203 - color contains mainly: blue. Hex color #645DCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DCB is #9BA234. Grayscale: #6B6B6B. Windows color (decimal): -10199605 or 13327716. OLE color: 13327716.

HSL color Cylindrical-coordinate representation of color #645DCB: hue angle of 243.82º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #645DCB is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB10093203-
CMYK0.510.5400.20
HSL243.82º51.4%58.04%-
HSV(B)243.82º54.19%79.61%-
XYZ19.9514.8558.31-
YUV107.63181.82122.56-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 25.25%
GREEN value IS 93 (36.72% from 255) = 23.48%
BLUE value IS 203 (79.69% from 255) = 51.26%
R=25.25%
G=23.48%
B=51.26%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal100932030.510.5400.20243.8251.458.04
Hex645DCB3336014f4333a
Octal14413531363660243646372
Binary110010010111011100101111001111011001010011110100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645DCB; }

 p { color: rgb(100,93,203); }

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

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

 a { background-color: rgb(100,93,203); }

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

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

 span { border-color: rgb(100,93,203); }

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