Html Css Color HEX #6546CD Slate Blue

📋 copy color: '#6546CD'

red 101 ◦ green 70 ◦ blue 205

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

Shades of Slate Blue #6546CD

Tints of Slate Blue #6546CD

RGB

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

 GREEN value IS 70 (27.73% from 255) = 18.62%

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

R = 26.86%
G = 18.62%
B = 54.52%

CMYK

 C value IS 0.51

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6546CD (or 0x6546CD) is known color: Slate Blue. HEX triplet: 65, 46 and CD. RGB value is (101,70,205). Sum of RGB (Red+Green+Blue) = 101+70+205=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 70 (27.73% from 255 or 18.62% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #6546CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6546CD is #9AB932. Grayscale: #5E5E5E. Windows color (decimal): -10139955 or 13452901. OLE color: 13452901.

HSL color Cylindrical-coordinate representation of color #6546CD: hue angle of 253.78º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6546CD is Cyan = 0.51, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 101 70 205 -
CMYK 0.51 0.66 0 0.20
HSL 253.78º 0.57% 0.54% -
HSV(B) 253.78º 0.66% 0.8% -
XYZ 18.58 11.55 59.01 -
YUV 94.66 190.27 132.52 -
System Red Green Blue C M Y K H S L
Decimal 101 70 205 0.51 0.66 0 0.20 253.78 0.57 0.54
Hex 65 46 CD 33 42 0 14 FE 39 36
Octal 145 106 315 63 102 0 24 376 71 66
Binary 1100101 1000110 11001101 110011 1000010 0 10100 11111110 111001 110110

Color Harmonies of #6546CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6546CD

Black with #6546CD

Text Example


Text Example

White with #6546CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6546CD; }

 p { color: rgb(101,70,205); }

 H1.HeaderClassName
 {
   color: #6546CD;
 }
 .AnyTagClassName
 {
   color: #6546CD;
 }
</style>

background-color css

<style>
 a { background-color: #6546CD; }

 a { background-color: rgb(101,70,205); }

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

border-color css

<style>
 span { border-color: #6546CD; }

 span { border-color: rgb(101,70,205); }

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