Html Css Color HEX #6F11DB Blue Violet

📋 copy color: '#6F11DB'

red 111 ◦ green 17 ◦ blue 219

#6F11DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #6F11DB

Tints of Blue Violet #6F11DB

RGB

 RED value IS 111 (43.75% from 255) = 31.99%

 GREEN value IS 17 (7.03% from 255) = 4.9%

 BLUE value IS 219 (85.94% from 255) = 63.11%

R = 31.99%
G = 4.9%
B = 63.11%

CMYK

 C value IS 0.49

 M value IS 0.92

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F11DB (or 0x6F11DB) is known color: Blue Violet. HEX triplet: 6F, 11 and DB. RGB value is (111,17,219). Sum of RGB (Red+Green+Blue) = 111+17+219=347 (45% of max value = 765). Red value is 111 (43.75% from 255 or 31.99% from 347); Green value is 17 (7.03% from 255 or 4.90% from 347); Blue value is 219 (85.94% from 255 or 63.11% from 347); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F11DB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F11DB is #90EE24. Grayscale: #434343. Windows color (decimal): -9498149 or 14356847. OLE color: 14356847.

HSL color Cylindrical-coordinate representation of color #6F11DB: hue angle of 267.92º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6F11DB is Cyan = 0.49, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 17 219 -
CMYK 0.49 0.92 0 0.14
HSL 267.92º 0.86% 0.46% -
HSV(B) 267.92º 0.92% 0.86% -
XYZ 19.54 8.89 67.7 -
YUV 68.13 213.14 158.57 -
System Red Green Blue C M Y K H S L
Decimal 111 17 219 0.49 0.92 0 0.14 267.92 0.86 0.46
Hex 6F 11 DB 31 5C 0 E 10C 56 2E
Octal 157 21 333 61 134 0 16 414 126 56
Binary 1101111 10001 11011011 110001 1011100 0 1110 100001100 1010110 101110

Color Harmonies of #6F11DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F11DB

Black with #6F11DB

Text Example


Text Example

White with #6F11DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,17,219); }

 H1.HeaderClassName
 {
   color: #6F11DB;
 }
 .AnyTagClassName
 {
   color: #6F11DB;
 }
</style>

background-color css

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

 a { background-color: rgb(111,17,219); }

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

border-color css

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

 span { border-color: rgb(111,17,219); }

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