Html Css Color HEX #6547CC Slate Blue

📋 copy color: '#6547CC'

red 101 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #6547CC

Tints of Slate Blue #6547CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 18.88%

 BLUE value IS 204 (80.08% from 255) = 54.26%

R = 26.86%
G = 18.88%
B = 54.26%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6547CC (or 0x6547CC) is known color: Slate Blue. HEX triplet: 65, 47 and CC. RGB value is (101,71,204). Sum of RGB (Red+Green+Blue) = 101+71+204=376 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.86% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 204 (80.08% from 255 or 54.26% from 376); Max value from RGB is 204 - color contains mainly: blue. Hex color #6547CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6547CC is #9AB833. Grayscale: #5E5E5E. Windows color (decimal): -10139700 or 13387621. OLE color: 13387621.

HSL color Cylindrical-coordinate representation of color #6547CC: hue angle of 253.53º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #6547CC is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 71 204 -
CMYK 0.50 0.65 0 0.2
HSL 253.53º 0.57% 0.54% -
HSV(B) 253.53º 0.65% 0.8% -
XYZ 18.52 11.63 58.4 -
YUV 95.13 189.44 132.19 -
System Red Green Blue C M Y K H S L
Decimal 101 71 204 0.50 0.65 0 0.2 253.53 0.57 0.54
Hex 65 47 CC 32 41 0 14 FE 39 36
Octal 145 107 314 62 101 0 24 376 71 66
Binary 1100101 1000111 11001100 110010 1000001 0 10100 11111110 111001 110110

Color Harmonies of #6547CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6547CC

Black with #6547CC

Text Example


Text Example

White with #6547CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6547CC; }

 p { color: rgb(101,71,204); }

 H1.HeaderClassName
 {
   color: #6547CC;
 }
 .AnyTagClassName
 {
   color: #6547CC;
 }
</style>

background-color css

<style>
 a { background-color: #6547CC; }

 a { background-color: rgb(101,71,204); }

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

border-color css

<style>
 span { border-color: #6547CC; }

 span { border-color: rgb(101,71,204); }

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