Html Css Color HEX #6547CA Slate Blue

📋 copy color: '#6547CA'

red 101 ◦ green 71 ◦ blue 202

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

Shades of Slate Blue #6547CA

Tints of Slate Blue #6547CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 27.01%
G = 18.98%
B = 54.01%

CMYK

 C value IS 0.50

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6547CA (or 0x6547CA) is known color: Slate Blue. HEX triplet: 65, 47 and CA. RGB value is (101,71,202). Sum of RGB (Red+Green+Blue) = 101+71+202=374 (49% of max value = 765). Red value is 101 (39.84% from 255 or 27.01% from 374); Green value is 71 (28.12% from 255 or 18.98% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #6547CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6547CA is #9AB835. Grayscale: #5E5E5E. Windows color (decimal): -10139702 or 13256549. OLE color: 13256549.

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

Color convert

RGB 101 71 202 -
CMYK 0.50 0.65 0 0.21
HSL 253.74º 0.55% 0.54% -
HSV(B) 253.74º 0.65% 0.79% -
XYZ 18.28 11.54 57.14 -
YUV 94.9 188.44 132.35 -
System Red Green Blue C M Y K H S L
Decimal 101 71 202 0.50 0.65 0 0.21 253.74 0.55 0.54
Hex 65 47 CA 32 41 0 15 FE 37 36
Octal 145 107 312 62 101 0 25 376 67 66
Binary 1100101 1000111 11001010 110010 1000001 0 10101 11111110 110111 110110

Color Harmonies of #6547CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6547CA

Black with #6547CA

Text Example


Text Example

White with #6547CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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