Html Css Color HEX #645DDB Slate Blue

📋 copy color: '#645DDB'

red 100 ◦ green 93 ◦ blue 219

#645DDB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #645DDB

Tints of Slate Blue #645DDB

RGB

 RED value IS 100 (39.45% from 255) = 24.27%

 GREEN value IS 93 (36.72% from 255) = 22.57%

 BLUE value IS 219 (85.94% from 255) = 53.16%

R = 24.27%
G = 22.57%
B = 53.16%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#645DDB (or 0x645DDB) is known color: Slate Blue. HEX triplet: 64, 5D and DB. RGB value is (100,93,219). Sum of RGB (Red+Green+Blue) = 100+93+219=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 93 (36.72% from 255 or 22.57% from 412); Blue value is 219 (85.94% from 255 or 53.16% from 412); Max value from RGB is 219 - color contains mainly: blue. Hex color #645DDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645DDB is #9BA224. Grayscale: #6C6C6C. Windows color (decimal): -10199589 or 14376292. OLE color: 14376292.

HSL color Cylindrical-coordinate representation of color #645DDB: hue angle of 243.33º 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 #645DDB is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 100 93 219 -
CMYK 0.54 0.58 0 0.14
HSL 243.33º 0.64% 0.61% -
HSV(B) 243.33º 0.58% 0.86% -
XYZ 21.96 15.65 68.88 -
YUV 109.46 189.82 121.25 -
System Red Green Blue C M Y K H S L
Decimal 100 93 219 0.54 0.58 0 0.14 243.33 0.64 0.61
Hex 64 5D DB 36 3A 0 E F3 40 3D
Octal 144 135 333 66 72 0 16 363 100 75
Binary 1100100 1011101 11011011 110110 111010 0 1110 11110011 1000000 111101

Color Harmonies of #645DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645DDB

Black with #645DDB

Text Example


Text Example

White with #645DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #645DDB;
 }
 .AnyTagClassName
 {
   color: #645DDB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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