#6C2DEB

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

Shades of Blue Violet #6C2DEB

Tints of Blue Violet #6C2DEB

Color information

#6C2DEB (or 0x6C2DEB) is unknown color: approx Blue Violet. HEX triplet: 6C, 2D and EB. RGB value is (108,45,235). Sum of RGB (Red+Green+Blue) = 108+45+235=388 (51% of max value = 765). Red value is 108 (42.58% from 255 or 27.84% from 388); Green value is 45 (17.97% from 255 or 11.60% from 388); Blue value is 235 (92.19% from 255 or 60.57% from 388); Max value from RGB is 235 - color contains mainly: blue. Hex color #6C2DEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6C2DEB is #93D214. Grayscale: #545454. Windows color (decimal): -9687573 or 15412588. OLE color: 15412588.

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

Color convert

RGB10845235-
CMYK0.540.8100.08
HSL259.89º82.61%54.9%-
HSV(B)259.89º80.85%92.16%-
XYZ22.1211.0679.57-
YUV85.5212.37144.05-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 27.84%
GREEN value IS 45 (17.97% from 255) = 11.60%
BLUE value IS 235 (92.19% from 255) = 60.57%
R=27.84%
G=11.60%
B=60.57%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal108452350.540.8100.08259.8982.6154.9
Hex6C2DEB3651081045337
Octal154553536612101040412367
Binary1101100101101111010111101101010001010001000001001010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C2DEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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