Html Css Color HEX #6C48CC Slate Blue

📋 copy color: '#6C48CC'

red 108 ◦ green 72 ◦ blue 204

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

Shades of Slate Blue #6C48CC

Tints of Slate Blue #6C48CC

RGB

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

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

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

R = 28.13%
G = 18.75%
B = 53.13%

CMYK

 C value IS 0.47

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C48CC (or 0x6C48CC) is known color: Slate Blue. HEX triplet: 6C, 48 and CC. RGB value is (108,72,204). Sum of RGB (Red+Green+Blue) = 108+72+204=384 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.12% from 384); Green value is 72 (28.52% from 255 or 18.75% from 384); Blue value is 204 (80.08% from 255 or 53.12% from 384); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C48CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C48CC is #93B733. Grayscale: #616161. Windows color (decimal): -9680692 or 13387884. OLE color: 13387884.

HSL color Cylindrical-coordinate representation of color #6C48CC: hue angle of 256.36º 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 #6C48CC is Cyan = 0.47, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 72 204 -
CMYK 0.47 0.65 0 0.2
HSL 256.36º 0.56% 0.54% -
HSV(B) 256.36º 0.65% 0.8% -
XYZ 19.4 12.18 58.46 -
YUV 97.81 187.93 135.27 -
System Red Green Blue C M Y K H S L
Decimal 108 72 204 0.47 0.65 0 0.2 256.36 0.56 0.54
Hex 6C 48 CC 2F 41 0 14 100 38 36
Octal 154 110 314 57 101 0 24 400 70 66
Binary 1101100 1001000 11001100 101111 1000001 0 10100 100000000 111000 110110

Color Harmonies of #6C48CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C48CC

Black with #6C48CC

Text Example


Text Example

White with #6C48CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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