Html Css Color HEX #645EDB Slate Blue

📋 copy color: '#645EDB'

red 100 ◦ green 94 ◦ blue 219

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

Shades of Slate Blue #645EDB

Tints of Slate Blue #645EDB

RGB

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

 GREEN value IS 94 (37.11% from 255) = 22.76%

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

R = 24.21%
G = 22.76%
B = 53.03%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#645EDB (or 0x645EDB) is known color: Slate Blue. HEX triplet: 64, 5E and DB. RGB value is (100,94,219). Sum of RGB (Red+Green+Blue) = 100+94+219=413 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.21% from 413); Green value is 94 (37.11% from 255 or 22.76% from 413); Blue value is 219 (85.94% from 255 or 53.03% from 413); Max value from RGB is 219 - color contains mainly: blue. Hex color #645EDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645EDB is #9BA124. Grayscale: #6D6D6D. Windows color (decimal): -10199333 or 14376548. OLE color: 14376548.

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

Color convert

RGB 100 94 219 -
CMYK 0.54 0.57 0 0.14
HSL 242.88º 0.63% 0.61% -
HSV(B) 242.88º 0.57% 0.86% -
XYZ 22.04 15.83 68.91 -
YUV 110.04 189.49 120.84 -
System Red Green Blue C M Y K H S L
Decimal 100 94 219 0.54 0.57 0 0.14 242.88 0.63 0.61
Hex 64 5E DB 36 39 0 E F3 3F 3D
Octal 144 136 333 66 71 0 16 363 77 75
Binary 1100100 1011110 11011011 110110 111001 0 1110 11110011 111111 111101

Color Harmonies of #645EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645EDB

Black with #645EDB

Text Example


Text Example

White with #645EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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