#6C28EB

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

Shades of Blue Violet #6C28EB

Tints of Blue Violet #6C28EB

Color information

#6C28EB (or 0x6C28EB) is unknown color: approx Blue Violet. HEX triplet: 6C, 28 and EB. RGB value is (108,40,235). Sum of RGB (Red+Green+Blue) = 108+40+235=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 40 (16.02% from 255 or 10.44% from 383); Blue value is 235 (92.19% from 255 or 61.36% from 383); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C28EB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C28EB is #93D714. Grayscale: #515151. Windows color (decimal): -9688853 or 15411308. OLE color: 15411308.

HSL color Cylindrical-coordinate representation of color #6C28EB: hue angle of 260.92º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #6C28EB is Cyan = 0.54, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB10840235-
CMYK0.540.8300.08
HSL260.92º82.98%53.92%-
HSV(B)260.92º82.98%92.16%-
XYZ21.9410.779.51-
YUV82.56214.03146.14-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.20%
GREEN value IS 40 (16.02% from 255) = 10.44%
BLUE value IS 235 (92.19% from 255) = 61.36%
R=28.20%
G=10.44%
B=61.36%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal108402350.540.8300.08260.9282.9853.92
Hex6C28EB3653081055336
Octal154503536612301040512366
Binary1101100101000111010111101101010011010001000001011010011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C28EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,40,235); }

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

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

 a { background-color: rgb(108,40,235); }

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

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

 span { border-color: rgb(108,40,235); }

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