Html Css Color HEX #645AD5 Slate Blue

📋 copy color: '#645AD5'

red 100 ◦ green 90 ◦ blue 213

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

Shades of Slate Blue #645AD5

Tints of Slate Blue #645AD5

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.33%

 BLUE value IS 213 (83.59% from 255) = 52.85%

R = 24.81%
G = 22.33%
B = 52.85%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#645AD5 (or 0x645AD5) is known color: Slate Blue. HEX triplet: 64, 5A and D5. RGB value is (100,90,213). Sum of RGB (Red+Green+Blue) = 100+90+213=403 (53% of max value = 765). Red value is 100 (39.45% from 255 or 24.81% from 403); Green value is 90 (35.55% from 255 or 22.33% from 403); Blue value is 213 (83.59% from 255 or 52.85% from 403); Max value from RGB is 213 - color contains mainly: blue. Hex color #645AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645AD5 is #9BA52A. Grayscale: #6A6A6A. Windows color (decimal): -10200363 or 13982308. OLE color: 13982308.

HSL color Cylindrical-coordinate representation of color #645AD5: hue angle of 244.88º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #645AD5 is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 100 90 213 -
CMYK 0.53 0.58 0 0.16
HSL 244.88º 0.59% 0.59% -
HSV(B) 244.88º 0.58% 0.84% -
XYZ 20.92 14.83 64.71 -
YUV 107.01 187.81 123 -
System Red Green Blue C M Y K H S L
Decimal 100 90 213 0.53 0.58 0 0.16 244.88 0.59 0.59
Hex 64 5A D5 35 3A 0 10 F5 3B 3B
Octal 144 132 325 65 72 0 20 365 73 73
Binary 1100100 1011010 11010101 110101 111010 0 10000 11110101 111011 111011

Color Harmonies of #645AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645AD5

Black with #645AD5

Text Example


Text Example

White with #645AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,90,213); }

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

background-color css

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

 a { background-color: rgb(100,90,213); }

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

border-color css

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

 span { border-color: rgb(100,90,213); }

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