#6F1CEB

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

Shades of Blue Violet #6F1CEB

Tints of Blue Violet #6F1CEB

Color information

#6F1CEB (or 0x6F1CEB) is unknown color: approx Blue Violet. HEX triplet: 6F, 1C and EB. RGB value is (111,28,235). Sum of RGB (Red+Green+Blue) = 111+28+235=374 (49% of max value = 765). Red value is 111 (43.75% from 255 or 29.68% from 374); Green value is 28 (11.33% from 255 or 7.49% from 374); Blue value is 235 (92.19% from 255 or 62.83% from 374); Max value from RGB is 235 - color contains mainly: blue. Hex color #6F1CEB is not a web safe color. Web safe color analog (approx): #6633FF. Inversed color of #6F1CEB is #90E314. Grayscale: #4B4B4B. Windows color (decimal): -9495317 or 15408239. OLE color: 15408239.

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

Color convert

RGB11128235-
CMYK0.530.8800.08
HSL264.06º83.81%51.57%-
HSV(B)264.06º88.09%92.16%-
XYZ21.9710.2179.41-
YUV76.42217.5152.67-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 29.68%
GREEN value IS 28 (11.33% from 255) = 7.49%
BLUE value IS 235 (92.19% from 255) = 62.83%
R=29.68%
G=7.49%
B=62.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal111282350.530.8800.08264.0683.8151.57
Hex6F1CEB3558081085434
Octal157343536513001041012464
Binary110111111100111010111101011011000010001000010001010100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F1CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,28,235); }

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

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

 a { background-color: rgb(111,28,235); }

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

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

 span { border-color: rgb(111,28,235); }

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