#6F05BF

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

Shades of Dark Violet #6F05BF

Tints of Dark Violet #6F05BF

Color information

#6F05BF (or 0x6F05BF) is unknown color: approx Dark Violet. HEX triplet: 6F, 05 and BF. RGB value is (111,5,191). Sum of RGB (Red+Green+Blue) = 111+5+191=307 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.16% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 191 (75% from 255 or 62.21% from 307); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F05BF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F05BF is #90FA40. Grayscale: #393939. Windows color (decimal): -9501249 or 12518767. OLE color: 12518767.

HSL color Cylindrical-coordinate representation of color #6F05BF: hue angle of 274.19º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6F05BF is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1115191-
CMYK0.420.9700.25
HSL274.19º94.9%38.43%-
HSV(B)274.19º97.38%74.9%-
XYZ16.017.2549.85-
YUV57.9203.12165.88-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 36.16%
GREEN value IS 5 (2.34% from 255) = 1.63%
BLUE value IS 191 (75% from 255) = 62.21%
R=36.16%
G=1.63%
B=62.21%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal11151910.420.9700.25274.1994.938.43
Hex6F5BF2A610191125f26
Octal15752775214103142213746
Binary11011111011011111110101011000010110011000100101011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F05BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,5,191); }

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

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

 a { background-color: rgb(111,5,191); }

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

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

 span { border-color: rgb(111,5,191); }

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