Html Css Color HEX #6564C5 Slate Blue

📋 copy color: '#6564C5'

red 101 ◦ green 100 ◦ blue 197

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

Shades of Slate Blue #6564C5

Tints of Slate Blue #6564C5

RGB

 RED value IS 101 (39.84% from 255) = 25.38%

 GREEN value IS 100 (39.45% from 255) = 25.13%

 BLUE value IS 197 (77.34% from 255) = 49.5%

R = 25.38%
G = 25.13%
B = 49.5%

CMYK

 C value IS 0.49

 M value IS 0.49

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#6564C5 (or 0x6564C5) is known color: Slate Blue. HEX triplet: 65, 64 and C5. RGB value is (101,100,197). Sum of RGB (Red+Green+Blue) = 101+100+197=398 (52% of max value = 765). Red value is 101 (39.84% from 255 or 25.38% from 398); Green value is 100 (39.45% from 255 or 25.13% from 398); Blue value is 197 (77.34% from 255 or 49.50% from 398); Max value from RGB is 197 - color contains mainly: blue. Hex color #6564C5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6564C5 is #9A9B3A. Grayscale: #6E6E6E. Windows color (decimal): -10132283 or 12936293. OLE color: 12936293.

HSL color Cylindrical-coordinate representation of color #6564C5: hue angle of 240.62º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6564C5 is Cyan = 0.49, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 101 100 197 -
CMYK 0.49 0.49 0 0.23
HSL 240.62º 0.46% 0.58% -
HSV(B) 240.62º 0.49% 0.77% -
XYZ 20 15.91 54.84 -
YUV 111.36 176.33 120.61 -
System Red Green Blue C M Y K H S L
Decimal 101 100 197 0.49 0.49 0 0.23 240.62 0.46 0.58
Hex 65 64 C5 31 31 0 17 F1 2E 3A
Octal 145 144 305 61 61 0 27 361 56 72
Binary 1100101 1100100 11000101 110001 110001 0 10111 11110001 101110 111010

Color Harmonies of #6564C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6564C5

Black with #6564C5

Text Example


Text Example

White with #6564C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6564C5; }

 p { color: rgb(101,100,197); }

 H1.HeaderClassName
 {
   color: #6564C5;
 }
 .AnyTagClassName
 {
   color: #6564C5;
 }
</style>

background-color css

<style>
 a { background-color: #6564C5; }

 a { background-color: rgb(101,100,197); }

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

border-color css

<style>
 span { border-color: #6564C5; }

 span { border-color: rgb(101,100,197); }

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