Html Css Color HEX #645BE0 Slate Blue

📋 copy color: '#645BE0'

red 100 ◦ green 91 ◦ blue 224

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

Shades of Slate Blue #645BE0

Tints of Slate Blue #645BE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 53.98%

R = 24.1%
G = 21.93%
B = 53.98%

CMYK

 C value IS 0.55

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#645BE0 (or 0x645BE0) is known color: Slate Blue. HEX triplet: 64, 5B and E0. RGB value is (100,91,224). Sum of RGB (Red+Green+Blue) = 100+91+224=415 (54% of max value = 765). Red value is 100 (39.45% from 255 or 24.10% from 415); Green value is 91 (35.94% from 255 or 21.93% from 415); Blue value is 224 (87.89% from 255 or 53.98% from 415); Max value from RGB is 224 - color contains mainly: blue. Hex color #645BE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BE0 is #9BA41F. Grayscale: #6C6C6C. Windows color (decimal): -10200096 or 14703460. OLE color: 14703460.

HSL color Cylindrical-coordinate representation of color #645BE0: hue angle of 244.06º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #645BE0 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 100 91 224 -
CMYK 0.55 0.59 0 0.12
HSL 244.06º 0.68% 0.62% -
HSV(B) 244.06º 0.59% 0.88% -
XYZ 22.45 15.57 72.34 -
YUV 108.85 192.98 121.69 -
System Red Green Blue C M Y K H S L
Decimal 100 91 224 0.55 0.59 0 0.12 244.06 0.68 0.62
Hex 64 5B E0 37 3B 0 C F4 44 3E
Octal 144 133 340 67 73 0 14 364 104 76
Binary 1100100 1011011 11100000 110111 111011 0 1100 11110100 1000100 111110

Color Harmonies of #645BE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BE0

Black with #645BE0

Text Example


Text Example

White with #645BE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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