Html Css Color HEX #645EDD Slate Blue

📋 copy color: '#645EDD'

red 100 ◦ green 94 ◦ blue 221

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

Shades of Slate Blue #645EDD

Tints of Slate Blue #645EDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53.25%

R = 24.1%
G = 22.65%
B = 53.25%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#645EDD (or 0x645EDD) is known color: Slate Blue. HEX triplet: 64, 5E and DD. RGB value is (100,94,221). Sum of RGB (Red+Green+Blue) = 100+94+221=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 94 (37.11% from 255 or 22.65% from 415); Blue value is 221 (86.72% from 255 or 53.25% from 415); Max value from RGB is 221 - color contains mainly: blue. Hex color #645EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645EDD is #9BA122. Grayscale: #6D6D6D. Windows color (decimal): -10199331 or 14507620. OLE color: 14507620.

HSL color Cylindrical-coordinate representation of color #645EDD: hue angle of 242.83º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #645EDD is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 94 221 -
CMYK 0.55 0.57 0 0.13
HSL 242.83º 0.65% 0.62% -
HSV(B) 242.83º 0.57% 0.87% -
XYZ 22.31 15.94 70.31 -
YUV 110.27 190.49 120.67 -
System Red Green Blue C M Y K H S L
Decimal 100 94 221 0.55 0.57 0 0.13 242.83 0.65 0.62
Hex 64 5E DD 37 39 0 D F3 41 3E
Octal 144 136 335 67 71 0 15 363 101 76
Binary 1100100 1011110 11011101 110111 111001 0 1101 11110011 1000001 111110

Color Harmonies of #645EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645EDD

Black with #645EDD

Text Example


Text Example

White with #645EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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