Html Css Color HEX #6564DB Slate Blue

📋 copy color: '#6564DB'

red 101 ◦ green 100 ◦ blue 219

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

Shades of Slate Blue #6564DB

Tints of Slate Blue #6564DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.14%

R = 24.05%
G = 23.81%
B = 52.14%

CMYK

 C value IS 0.54

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6564DB (or 0x6564DB) is known color: Slate Blue. HEX triplet: 65, 64 and DB. RGB value is (101,100,219). Sum of RGB (Red+Green+Blue) = 101+100+219=420 (55% of max value = 765). Red value is 101 (39.84% from 255 or 24.05% from 420); Green value is 100 (39.45% from 255 or 23.81% from 420); Blue value is 219 (85.94% from 255 or 52.14% from 420); Max value from RGB is 219 - color contains mainly: blue. Hex color #6564DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6564DB is #9A9B24. Grayscale: #717171. Windows color (decimal): -10132261 or 14378085. OLE color: 14378085.

HSL color Cylindrical-coordinate representation of color #6564DB: hue angle of 240.5º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6564DB is Cyan = 0.54, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 101 100 219 -
CMYK 0.54 0.54 0 0.14
HSL 240.5º 0.62% 0.63% -
HSV(B) 240.5º 0.54% 0.86% -
XYZ 22.71 17 69.1 -
YUV 113.87 187.33 118.82 -
System Red Green Blue C M Y K H S L
Decimal 101 100 219 0.54 0.54 0 0.14 240.5 0.62 0.63
Hex 65 64 DB 36 36 0 E F1 3E 3F
Octal 145 144 333 66 66 0 16 361 76 77
Binary 1100101 1100100 11011011 110110 110110 0 1110 11110001 111110 111111

Color Harmonies of #6564DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6564DB

Black with #6564DB

Text Example


Text Example

White with #6564DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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