#6C4ACF

Color #6C4ACF Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #6C4ACF

Tints of Slate Blue #6C4ACF

Color information

#6C4ACF (or 0x6C4ACF) is unknown color: approx Slate Blue. HEX triplet: 6C, 4A and CF. RGB value is (108,74,207). Sum of RGB (Red+Green+Blue) = 108+74+207=389 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.76% from 389); Green value is 74 (29.30% from 255 or 19.02% from 389); Blue value is 207 (81.25% from 255 or 53.21% from 389); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C4ACF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4ACF is #93B530. Grayscale: #626262. Windows color (decimal): -9680177 or 13585004. OLE color: 13585004.

HSL color Cylindrical-coordinate representation of color #6C4ACF: hue angle of 255.34º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6C4ACF is Cyan = 0.48, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB10874207-
CMYK0.480.6400.19
HSL255.34º58.08%55.1%-
HSV(B)255.34º64.25%81.18%-
XYZ19.912.5960.41-
YUV99.33188.76134.19-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.76%
GREEN value IS 74 (29.30% from 255) = 19.02%
BLUE value IS 207 (81.25% from 255) = 53.21%
R=27.76%
G=19.02%
B=53.21%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal108742070.480.6400.19255.3458.0855.1
Hex6C4ACF3040013ff3a37
Octal154112317601000233777267
Binary1101100100101011001111110000100000001001111111111111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,74,207); }

 H1.HeaderClassName
 {
   color: #6C4ACF;
 }
 .AnyTagClassName
 {
   color: #6C4ACF;
 }
</style>
background-color css

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

 a { background-color: rgb(108,74,207); }

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

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

 span { border-color: rgb(108,74,207); }

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