Html Css Color HEX #645BDC Slate Blue

📋 copy color: '#645BDC'

red 100 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #645BDC

Tints of Slate Blue #645BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 53.53%

R = 24.33%
G = 22.14%
B = 53.53%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#645BDC (or 0x645BDC) is known color: Slate Blue. HEX triplet: 64, 5B and DC. RGB value is (100,91,220). Sum of RGB (Red+Green+Blue) = 100+91+220=411 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.33% from 411); Green value is 91 (35.94% from 255 or 22.14% from 411); Blue value is 220 (86.33% from 255 or 53.53% from 411); Max value from RGB is 220 - color contains mainly: blue. Hex color #645BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BDC is #9BA423. Grayscale: #6B6B6B. Windows color (decimal): -10200100 or 14441316. OLE color: 14441316.

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

Color convert

RGB 100 91 220 -
CMYK 0.55 0.59 0 0.14
HSL 244.19º 0.65% 0.61% -
HSV(B) 244.19º 0.59% 0.86% -
XYZ 21.91 15.36 69.52 -
YUV 108.4 190.98 122.01 -
System Red Green Blue C M Y K H S L
Decimal 100 91 220 0.55 0.59 0 0.14 244.19 0.65 0.61
Hex 64 5B DC 37 3B 0 E F4 41 3D
Octal 144 133 334 67 73 0 16 364 101 75
Binary 1100100 1011011 11011100 110111 111011 0 1110 11110100 1000001 111101

Color Harmonies of #645BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BDC

Black with #645BDC

Text Example


Text Example

White with #645BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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