Html Css Color HEX #645BDD Slate Blue

📋 copy color: '#645BDD'

red 100 ◦ green 91 ◦ blue 221

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

Shades of Slate Blue #645BDD

Tints of Slate Blue #645BDD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.09%

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

R = 24.27%
G = 22.09%
B = 53.64%

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

#645BDD (or 0x645BDD) is known color: Slate Blue. HEX triplet: 64, 5B and DD. RGB value is (100,91,221). Sum of RGB (Red+Green+Blue) = 100+91+221=412 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.27% from 412); Green value is 91 (35.94% from 255 or 22.09% from 412); Blue value is 221 (86.72% from 255 or 53.64% from 412); Max value from RGB is 221 - color contains mainly: blue. Hex color #645BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BDD is #9BA422. Grayscale: #6C6C6C. Windows color (decimal): -10200099 or 14506852. OLE color: 14506852.

HSL color Cylindrical-coordinate representation of color #645BDD: hue angle of 244.15º 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 #645BDD is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 100 91 221 -
CMYK 0.55 0.59 0 0.13
HSL 244.15º 0.66% 0.61% -
HSV(B) 244.15º 0.59% 0.87% -
XYZ 22.05 15.41 70.22 -
YUV 108.51 191.48 121.93 -
System Red Green Blue C M Y K H S L
Decimal 100 91 221 0.55 0.59 0 0.13 244.15 0.66 0.61
Hex 64 5B DD 37 3B 0 D F4 42 3D
Octal 144 133 335 67 73 0 15 364 102 75
Binary 1100100 1011011 11011101 110111 111011 0 1101 11110100 1000010 111101

Color Harmonies of #645BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BDD

Black with #645BDD

Text Example


Text Example

White with #645BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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