Html Css Color HEX #645BCE Slate Blue

📋 copy color: '#645BCE'

red 100 ◦ green 91 ◦ blue 206

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

Shades of Slate Blue #645BCE

Tints of Slate Blue #645BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.89%

R = 25.19%
G = 22.92%
B = 51.89%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#645BCE (or 0x645BCE) is known color: Slate Blue. HEX triplet: 64, 5B and CE. RGB value is (100,91,206). Sum of RGB (Red+Green+Blue) = 100+91+206=397 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.19% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 206 (80.86% from 255 or 51.89% from 397); Max value from RGB is 206 - color contains mainly: blue. Hex color #645BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BCE is #9BA431. Grayscale: #6A6A6A. Windows color (decimal): -10200114 or 13523812. OLE color: 13523812.

HSL color Cylindrical-coordinate representation of color #645BCE: hue angle of 244.7º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #645BCE is Cyan = 0.51, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 100 91 206 -
CMYK 0.51 0.56 0 0.19
HSL 244.7º 0.54% 0.58% -
HSV(B) 244.7º 0.56% 0.81% -
XYZ 20.14 14.65 60.16 -
YUV 106.8 183.98 123.15 -
System Red Green Blue C M Y K H S L
Decimal 100 91 206 0.51 0.56 0 0.19 244.7 0.54 0.58
Hex 64 5B CE 33 38 0 13 F5 36 3A
Octal 144 133 316 63 70 0 23 365 66 72
Binary 1100100 1011011 11001110 110011 111000 0 10011 11110101 110110 111010

Color Harmonies of #645BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BCE

Black with #645BCE

Text Example


Text Example

White with #645BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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