Html Css Color HEX #645ADD Slate Blue

📋 copy color: '#645ADD'

red 100 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #645ADD

Tints of Slate Blue #645ADD

RGB

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

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

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

R = 24.33%
G = 21.9%
B = 53.77%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#645ADD (or 0x645ADD) is known color: Slate Blue. HEX triplet: 64, 5A and DD. RGB value is (100,90,221). Sum of RGB (Red+Green+Blue) = 100+90+221=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 221 (86.72% from 255 or 53.77% from 411); Max value from RGB is 221 - color contains mainly: blue. Hex color #645ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645ADD is #9BA522. Grayscale: #6B6B6B. Windows color (decimal): -10200355 or 14506596. OLE color: 14506596.

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

Color convert

RGB 100 90 221 -
CMYK 0.55 0.59 0 0.13
HSL 244.58º 0.66% 0.61% -
HSV(B) 244.58º 0.59% 0.87% -
XYZ 21.96 15.24 70.19 -
YUV 107.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 100 90 221 0.55 0.59 0 0.13 244.58 0.66 0.61
Hex 64 5A DD 37 3B 0 D F5 42 3D
Octal 144 132 335 67 73 0 15 365 102 75
Binary 1100100 1011010 11011101 110111 111011 0 1101 11110101 1000010 111101

Color Harmonies of #645ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645ADD

Black with #645ADD

Text Example


Text Example

White with #645ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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