Html Css Color HEX #6F11DE Blue Violet

📋 copy color: '#6F11DE'

red 111 ◦ green 17 ◦ blue 222

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

Shades of Blue Violet #6F11DE

Tints of Blue Violet #6F11DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 63.43%

R = 31.71%
G = 4.86%
B = 63.43%

CMYK

 C value IS 0.5

 M value IS 0.92

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F11DE (or 0x6F11DE) is known color: Blue Violet. HEX triplet: 6F, 11 and DE. RGB value is (111,17,222). Sum of RGB (Red+Green+Blue) = 111+17+222=350 (46% of max value = 765). Red value is 111 (43.75% from 255 or 31.71% from 350); Green value is 17 (7.03% from 255 or 4.86% from 350); Blue value is 222 (87.11% from 255 or 63.43% from 350); Max value from RGB is 222 - color contains mainly: blue. Hex color #6F11DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F11DE is #90EE21. Grayscale: #434343. Windows color (decimal): -9498146 or 14553455. OLE color: 14553455.

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

Color convert

RGB 111 17 222 -
CMYK 0.5 0.92 0 0.13
HSL 267.51º 0.86% 0.47% -
HSV(B) 267.51º 0.92% 0.87% -
XYZ 19.94 9.05 69.8 -
YUV 68.48 214.64 158.33 -
System Red Green Blue C M Y K H S L
Decimal 111 17 222 0.5 0.92 0 0.13 267.51 0.86 0.47
Hex 6F 11 DE 32 5C 0 D 10C 56 2F
Octal 157 21 336 62 134 0 15 414 126 57
Binary 1101111 10001 11011110 110010 1011100 0 1101 100001100 1010110 101111

Color Harmonies of #6F11DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F11DE

Black with #6F11DE

Text Example


Text Example

White with #6F11DE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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