#6F28DE

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

Shades of Blue Violet #6F28DE

Tints of Blue Violet #6F28DE

Color information

#6F28DE (or 0x6F28DE) is unknown color: approx Blue Violet. HEX triplet: 6F, 28 and DE. RGB value is (111,40,222). Sum of RGB (Red+Green+Blue) = 111+40+222=373 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.76% from 373); Green value is 40 (16.02% from 255 or 10.72% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F28DE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F28DE is #90D721. Grayscale: #515151. Windows color (decimal): -9492258 or 14559343. OLE color: 14559343.

HSL color Cylindrical-coordinate representation of color #6F28DE: hue angle of 263.41º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #6F28DE is Cyan = 0.5, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB11140222-
CMYK0.50.8200.13
HSL263.41º73.39%51.37%-
HSV(B)263.41º81.98%87.06%-
XYZ20.510.1769.99-
YUV81.98207.02148.7-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.76%
GREEN value IS 40 (16.02% from 255) = 10.72%
BLUE value IS 222 (87.11% from 255) = 59.52%
R=29.76%
G=10.72%
B=59.52%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal111402220.50.8200.13263.4173.3951.37
Hex6F28DE32520D1074933
Octal157503366212201540711163
Binary1101111101000110111101100101010010011011000001111001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F28DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,40,222); }

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

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

 a { background-color: rgb(111,40,222); }

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

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

 span { border-color: rgb(111,40,222); }

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