Html Css Color HEX #6540DF Slate Blue

📋 copy color: '#6540DF'

red 101 ◦ green 64 ◦ blue 223

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

Shades of Slate Blue #6540DF

Tints of Slate Blue #6540DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.47%

R = 26.03%
G = 16.49%
B = 57.47%

CMYK

 C value IS 0.55

 M value IS 0.71

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6540DF (or 0x6540DF) is known color: Slate Blue. HEX triplet: 65, 40 and DF. RGB value is (101,64,223). Sum of RGB (Red+Green+Blue) = 101+64+223=388 (51% of max value = 765). Red value is 101 (39.84% from 255 or 26.03% from 388); Green value is 64 (25.39% from 255 or 16.49% from 388); Blue value is 223 (87.5% from 255 or 57.47% from 388); Max value from RGB is 223 - color contains mainly: blue. Hex color #6540DF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6540DF is #9ABF20. Grayscale: #5C5C5C. Windows color (decimal): -10141473 or 14631013. OLE color: 14631013.

HSL color Cylindrical-coordinate representation of color #6540DF: hue angle of 253.96º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #6540DF is Cyan = 0.55, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 101 64 223 -
CMYK 0.55 0.71 0 0.13
HSL 253.96º 0.71% 0.56% -
HSV(B) 253.96º 0.71% 0.87% -
XYZ 20.52 11.76 71 -
YUV 93.19 201.26 133.57 -
System Red Green Blue C M Y K H S L
Decimal 101 64 223 0.55 0.71 0 0.13 253.96 0.71 0.56
Hex 65 40 DF 37 47 0 D FE 47 38
Octal 145 100 337 67 107 0 15 376 107 70
Binary 1100101 1000000 11011111 110111 1000111 0 1101 11111110 1000111 111000

Color Harmonies of #6540DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6540DF

Black with #6540DF

Text Example


Text Example

White with #6540DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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