#6C4BE4

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

Shades of Slate Blue #6C4BE4

Tints of Slate Blue #6C4BE4

Color information

#6C4BE4 (or 0x6C4BE4) is unknown color: approx Slate Blue. HEX triplet: 6C, 4B and E4. RGB value is (108,75,228). Sum of RGB (Red+Green+Blue) = 108+75+228=411 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.28% from 411); Green value is 75 (29.69% from 255 or 18.25% from 411); Blue value is 228 (89.45% from 255 or 55.47% from 411); Max value from RGB is 228 - color contains mainly: blue. Hex color #6C4BE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C4BE4 is #93B41B. Grayscale: #656565. Windows color (decimal): -9679900 or 14961516. OLE color: 14961516.

HSL color Cylindrical-coordinate representation of color #6C4BE4: hue angle of 252.94º degrees, saturation: 0.74, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6C4BE4 is Cyan = 0.53, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB10875228-
CMYK0.530.6700.11
HSL252.94º73.91%59.41%-
HSV(B)252.94º67.11%89.41%-
XYZ22.713.8274.87-
YUV102.31198.93132.06-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 26.28%
GREEN value IS 75 (29.69% from 255) = 18.25%
BLUE value IS 228 (89.45% from 255) = 55.47%
R=26.28%
G=18.25%
B=55.47%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal108752280.530.6700.11252.9473.9159.41
Hex6C4BE435430Bfd4a3b
Octal1541133446510301337511273
Binary1101100100101111100100110101100001101011111111011001010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C4BE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,75,228); }

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

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

 a { background-color: rgb(108,75,228); }

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

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

 span { border-color: rgb(108,75,228); }

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