Html Css Color HEX #6548CC Slate Blue

📋 copy color: '#6548CC'

red 101 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #6548CC

Tints of Slate Blue #6548CC

RGB

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

 GREEN value IS 72 (28.52% from 255) = 19.1%

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

R = 26.79%
G = 19.1%
B = 54.11%

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

#6548CC (or 0x6548CC) is known color: Slate Blue. HEX triplet: 65, 48 and CC. RGB value is (101,72,204). Sum of RGB (Red+Green+Blue) = 101+72+204=377 (49% of max value = 765). Red value is 101 (39.84% from 255 or 26.79% from 377); Green value is 72 (28.52% from 255 or 19.10% from 377); Blue value is 204 (80.08% from 255 or 54.11% from 377); Max value from RGB is 204 - color contains mainly: blue. Hex color #6548CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6548CC is #9AB733. Grayscale: #5F5F5F. Windows color (decimal): -10139444 or 13387877. OLE color: 13387877.

HSL color Cylindrical-coordinate representation of color #6548CC: hue angle of 253.18º degrees, saturation: 0.56, 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 #6548CC is Cyan = 0.50, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 101 72 204 -
CMYK 0.50 0.65 0 0.2
HSL 253.18º 0.56% 0.54% -
HSV(B) 253.18º 0.65% 0.8% -
XYZ 18.58 11.76 58.42 -
YUV 95.72 189.11 131.77 -
System Red Green Blue C M Y K H S L
Decimal 101 72 204 0.50 0.65 0 0.2 253.18 0.56 0.54
Hex 65 48 CC 32 41 0 14 FD 38 36
Octal 145 110 314 62 101 0 24 375 70 66
Binary 1100101 1001000 11001100 110010 1000001 0 10100 11111101 111000 110110

Color Harmonies of #6548CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6548CC

Black with #6548CC

Text Example


Text Example

White with #6548CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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