#645CDB

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

Shades of Slate Blue #645CDB

Tints of Slate Blue #645CDB

Color information

#645CDB (or 0x645CDB) is unknown color: approx Slate Blue. HEX triplet: 64, 5C and DB. RGB value is (100,92,219). Sum of RGB (Red+Green+Blue) = 100+92+219=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 219 (85.94% from 255 or 53.28% from 411); Max value from RGB is 219 - color contains mainly: blue. Hex color #645CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645CDB is #9BA324. Grayscale: #6C6C6C. Windows color (decimal): -10199845 or 14376036. OLE color: 14376036.

HSL color Cylindrical-coordinate representation of color #645CDB: hue angle of 243.78º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #645CDB is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB10092219-
CMYK0.540.5800.14
HSL243.78º63.82%60.98%-
HSV(B)243.78º57.99%85.88%-
XYZ21.8715.4868.85-
YUV108.87190.15121.67-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 24.33%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 219 (85.94% from 255) = 53.28%
R=24.33%
G=22.38%
B=53.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal100922190.540.5800.14243.7863.8260.98
Hex645CDB363A0Ef4403d
Octal144134333667201636410075
Binary110010010111001101101111011011101001110111101001000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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