Html Css Color HEX #645BE5 Slate Blue

📋 copy color: '#645BE5'

red 100 ◦ green 91 ◦ blue 229

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

Shades of Slate Blue #645BE5

Tints of Slate Blue #645BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 54.52%

R = 23.81%
G = 21.67%
B = 54.52%

CMYK

 C value IS 0.56

 M value IS 0.60

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#645BE5 (or 0x645BE5) is known color: Slate Blue. HEX triplet: 64, 5B and E5. RGB value is (100,91,229). Sum of RGB (Red+Green+Blue) = 100+91+229=420 (55% of max value = 765). Red value is 100 (39.45% from 255 or 23.81% from 420); Green value is 91 (35.94% from 255 or 21.67% from 420); Blue value is 229 (89.84% from 255 or 54.52% from 420); Max value from RGB is 229 - color contains mainly: blue. Hex color #645BE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BE5 is #9BA41A. Grayscale: #6C6C6C. Windows color (decimal): -10200091 or 15031140. OLE color: 15031140.

HSL color Cylindrical-coordinate representation of color #645BE5: hue angle of 243.91º degrees, saturation: 0.73, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #645BE5 is Cyan = 0.56, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 91 229 -
CMYK 0.56 0.60 0 0.10
HSL 243.91º 0.73% 0.63% -
HSV(B) 243.91º 0.6% 0.9% -
XYZ 23.14 15.85 75.97 -
YUV 109.42 195.48 121.28 -
System Red Green Blue C M Y K H S L
Decimal 100 91 229 0.56 0.60 0 0.10 243.91 0.73 0.63
Hex 64 5B E5 38 3C 0 A F4 49 3F
Octal 144 133 345 70 74 0 12 364 111 77
Binary 1100100 1011011 11100101 111000 111100 0 1010 11110100 1001001 111111

Color Harmonies of #645BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BE5

Black with #645BE5

Text Example


Text Example

White with #645BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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