#6C1CE4

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

Shades of Blue Violet #6C1CE4

Tints of Blue Violet #6C1CE4

Color information

#6C1CE4 (or 0x6C1CE4) is unknown color: approx Blue Violet. HEX triplet: 6C, 1C and E4. RGB value is (108,28,228). Sum of RGB (Red+Green+Blue) = 108+28+228=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 28 (11.33% from 255 or 7.69% from 364); Blue value is 228 (89.45% from 255 or 62.64% from 364); Max value from RGB is 228 - color contains mainly: blue. Hex color #6C1CE4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6C1CE4 is #93E31B. Grayscale: #4A4A4A. Windows color (decimal): -9691932 or 14949484. OLE color: 14949484.

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

Color convert

RGB10828228-
CMYK0.530.8800.11
HSL264º78.74%50.2%-
HSV(B)264º87.72%89.41%-
XYZ20.69.6274.17-
YUV74.72214.5151.74-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 29.67%
GREEN value IS 28 (11.33% from 255) = 7.69%
BLUE value IS 228 (89.45% from 255) = 62.64%
R=29.67%
G=7.69%
B=62.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal108282280.530.8800.1126478.7450.2
Hex6C1CE435580B1084f32
Octal154343446513001341011762
Binary110110011100111001001101011011000010111000010001001111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C1CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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