Html Css Color HEX #6C48D8 Slate Blue

📋 copy color: '#6C48D8'

red 108 ◦ green 72 ◦ blue 216

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

Shades of Slate Blue #6C48D8

Tints of Slate Blue #6C48D8

RGB

 RED value IS 108 (42.58% from 255) = 27.27%

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

 BLUE value IS 216 (84.77% from 255) = 54.55%

R = 27.27%
G = 18.18%
B = 54.55%

CMYK

 C value IS 0.50

 M value IS 0.67

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C48D8 (or 0x6C48D8) is known color: Slate Blue. HEX triplet: 6C, 48 and D8. RGB value is (108,72,216). Sum of RGB (Red+Green+Blue) = 108+72+216=396 (52% of max value = 765). Red value is 108 (42.58% from 255 or 27.27% from 396); Green value is 72 (28.52% from 255 or 18.18% from 396); Blue value is 216 (84.77% from 255 or 54.55% from 396); Max value from RGB is 216 - color contains mainly: blue. Hex color #6C48D8 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C48D8 is #93B727. Grayscale: #626262. Windows color (decimal): -9680680 or 14174316. OLE color: 14174316.

HSL color Cylindrical-coordinate representation of color #6C48D8: hue angle of 255º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C48D8 is Cyan = 0.50, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 72 216 -
CMYK 0.50 0.67 0 0.15
HSL 255º 0.65% 0.56% -
HSV(B) 255º 0.67% 0.85% -
XYZ 20.9 12.78 66.33 -
YUV 99.18 193.93 134.29 -
System Red Green Blue C M Y K H S L
Decimal 108 72 216 0.50 0.67 0 0.15 255 0.65 0.56
Hex 6C 48 D8 32 43 0 F FF 41 38
Octal 154 110 330 62 103 0 17 377 101 70
Binary 1101100 1001000 11011000 110010 1000011 0 1111 11111111 1000001 111000

Color Harmonies of #6C48D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C48D8

Black with #6C48D8

Text Example


Text Example

White with #6C48D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C48D8; }

 p { color: rgb(108,72,216); }

 H1.HeaderClassName
 {
   color: #6C48D8;
 }
 .AnyTagClassName
 {
   color: #6C48D8;
 }
</style>

background-color css

<style>
 a { background-color: #6C48D8; }

 a { background-color: rgb(108,72,216); }

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

border-color css

<style>
 span { border-color: #6C48D8; }

 span { border-color: rgb(108,72,216); }

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