Html Css Color HEX #645ECD Slate Blue

📋 copy color: '#645ECD'

red 100 ◦ green 94 ◦ blue 205

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

Shades of Slate Blue #645ECD

Tints of Slate Blue #645ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.38%

R = 25.06%
G = 23.56%
B = 51.38%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#645ECD (or 0x645ECD) is known color: Slate Blue. HEX triplet: 64, 5E and CD. RGB value is (100,94,205). Sum of RGB (Red+Green+Blue) = 100+94+205=399 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.06% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 205 (80.47% from 255 or 51.38% from 399); Max value from RGB is 205 - color contains mainly: blue. Hex color #645ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ECD is #9BA132. Grayscale: #6C6C6C. Windows color (decimal): -10199347 or 13459044. OLE color: 13459044.

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

Color convert

RGB 100 94 205 -
CMYK 0.51 0.54 0 0.20
HSL 243.24º 0.53% 0.59% -
HSV(B) 243.24º 0.54% 0.8% -
XYZ 20.28 15.12 59.61 -
YUV 108.45 182.49 121.97 -
System Red Green Blue C M Y K H S L
Decimal 100 94 205 0.51 0.54 0 0.20 243.24 0.53 0.59
Hex 64 5E CD 33 36 0 14 F3 35 3B
Octal 144 136 315 63 66 0 24 363 65 73
Binary 1100100 1011110 11001101 110011 110110 0 10100 11110011 110101 111011

Color Harmonies of #645ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ECD

Black with #645ECD

Text Example


Text Example

White with #645ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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