Html Css Color HEX #6C4ECC Slate Blue

📋 copy color: '#6C4ECC'

red 108 ◦ green 78 ◦ blue 204

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

Shades of Slate Blue #6C4ECC

Tints of Slate Blue #6C4ECC

RGB

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

 GREEN value IS 78 (30.86% from 255) = 20%

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

R = 27.69%
G = 20%
B = 52.31%

CMYK

 C value IS 0.47

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C4ECC (or 0x6C4ECC) is known color: Slate Blue. HEX triplet: 6C, 4E and CC. RGB value is (108,78,204). Sum of RGB (Red+Green+Blue) = 108+78+204=390 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.69% from 390); Green value is 78 (30.86% from 255 or 20% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C4ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C4ECC is #93B133. Grayscale: #646464. Windows color (decimal): -9679156 or 13389420. OLE color: 13389420.

HSL color Cylindrical-coordinate representation of color #6C4ECC: hue angle of 254.29º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #6C4ECC is Cyan = 0.47, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 78 204 -
CMYK 0.47 0.62 0 0.2
HSL 254.29º 0.55% 0.55% -
HSV(B) 254.29º 0.62% 0.8% -
XYZ 19.81 13 58.59 -
YUV 101.33 185.94 132.75 -
System Red Green Blue C M Y K H S L
Decimal 108 78 204 0.47 0.62 0 0.2 254.29 0.55 0.55
Hex 6C 4E CC 2F 3E 0 14 FE 37 37
Octal 154 116 314 57 76 0 24 376 67 67
Binary 1101100 1001110 11001100 101111 111110 0 10100 11111110 110111 110111

Color Harmonies of #6C4ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C4ECC

Black with #6C4ECC

Text Example


Text Example

White with #6C4ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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