Html Css Color HEX #645BCD Slate Blue

📋 copy color: '#645BCD'

red 100 ◦ green 91 ◦ blue 205

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

Shades of Slate Blue #645BCD

Tints of Slate Blue #645BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.77%

R = 25.25%
G = 22.98%
B = 51.77%

CMYK

 C value IS 0.51

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#645BCD (or 0x645BCD) is known color: Slate Blue. HEX triplet: 64, 5B and CD. RGB value is (100,91,205). Sum of RGB (Red+Green+Blue) = 100+91+205=396 (52% of max value = 765). Red value is 100 (39.45% from 255 or 25.25% from 396); Green value is 91 (35.94% from 255 or 22.98% from 396); Blue value is 205 (80.47% from 255 or 51.77% from 396); Max value from RGB is 205 - color contains mainly: blue. Hex color #645BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #645BCD is #9BA432. Grayscale: #6A6A6A. Windows color (decimal): -10200115 or 13458276. OLE color: 13458276.

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

Color convert

RGB 100 91 205 -
CMYK 0.51 0.56 0 0.20
HSL 244.74º 0.53% 0.58% -
HSV(B) 244.74º 0.56% 0.8% -
XYZ 20.02 14.6 59.52 -
YUV 106.69 183.48 123.23 -
System Red Green Blue C M Y K H S L
Decimal 100 91 205 0.51 0.56 0 0.20 244.74 0.53 0.58
Hex 64 5B CD 33 38 0 14 F5 35 3A
Octal 144 133 315 63 70 0 24 365 65 72
Binary 1100100 1011011 11001101 110011 111000 0 10100 11110101 110101 111010

Color Harmonies of #645BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #645BCD

Black with #645BCD

Text Example


Text Example

White with #645BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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