#6F08CF

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

Shades of Dark Violet #6F08CF

Tints of Dark Violet #6F08CF

Color information

#6F08CF (or 0x6F08CF) is unknown color: approx Dark Violet. HEX triplet: 6F, 08 and CF. RGB value is (111,8,207). Sum of RGB (Red+Green+Blue) = 111+8+207=326 (43% of max value = 765). Red value is 111 (43.75% from 255 or 34.05% from 326); Green value is 8 (3.52% from 255 or 2.45% from 326); Blue value is 207 (81.25% from 255 or 63.50% from 326); Max value from RGB is 207 - color contains mainly: blue. Hex color #6F08CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F08CF is #90F730. Grayscale: #3C3C3C. Windows color (decimal): -9500465 or 13568111. OLE color: 13568111.

HSL color Cylindrical-coordinate representation of color #6F08CF: hue angle of 271.06º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6F08CF is Cyan = 0.46, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1118207-
CMYK0.460.9600.19
HSL271.06º92.56%42.16%-
HSV(B)271.06º96.14%81.18%-
XYZ17.98.0659.64-
YUV61.48210.12163.32-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 34.05%
GREEN value IS 8 (3.52% from 255) = 2.45%
BLUE value IS 207 (81.25% from 255) = 63.50%
R=34.05%
G=2.45%
B=63.50%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal11182070.460.9600.19271.0692.5642.16
Hex6F8CF2E6001310f5d2a
Octal157103175614002341713552
Binary110111110001100111110111011000000100111000011111011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F08CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,8,207); }

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

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

 a { background-color: rgb(111,8,207); }

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

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

 span { border-color: rgb(111,8,207); }

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