Html Css Color HEX #6540DB Slate Blue

📋 copy color: '#6540DB'

red 101 ◦ green 64 ◦ blue 219

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

Shades of Slate Blue #6540DB

Tints of Slate Blue #6540DB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 16.67%

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

R = 26.3%
G = 16.67%
B = 57.03%

CMYK

 C value IS 0.54

 M value IS 0.71

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6540DB (or 0x6540DB) is known color: Slate Blue. HEX triplet: 65, 40 and DB. RGB value is (101,64,219). Sum of RGB (Red+Green+Blue) = 101+64+219=384 (50% of max value = 765). Red value is 101 (39.84% from 255 or 26.30% from 384); Green value is 64 (25.39% from 255 or 16.67% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #6540DB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540DB is #9ABF24. Grayscale: #5C5C5C. Windows color (decimal): -10141477 or 14368869. OLE color: 14368869.

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

Color convert

RGB 101 64 219 -
CMYK 0.54 0.71 0 0.14
HSL 254.32º 0.68% 0.55% -
HSV(B) 254.32º 0.71% 0.86% -
XYZ 19.99 11.55 68.19 -
YUV 92.73 199.26 133.9 -
System Red Green Blue C M Y K H S L
Decimal 101 64 219 0.54 0.71 0 0.14 254.32 0.68 0.55
Hex 65 40 DB 36 47 0 E FE 44 37
Octal 145 100 333 66 107 0 16 376 104 67
Binary 1100101 1000000 11011011 110110 1000111 0 1110 11111110 1000100 110111

Color Harmonies of #6540DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540DB

Black with #6540DB

Text Example


Text Example

White with #6540DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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