Html Css Color HEX #6F1EDB Blue Violet

📋 copy color: '#6F1EDB'

red 111 ◦ green 30 ◦ blue 219

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

Shades of Blue Violet #6F1EDB

Tints of Blue Violet #6F1EDB

RGB

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

 GREEN value IS 30 (12.11% from 255) = 8.33%

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

R = 30.83%
G = 8.33%
B = 60.83%

CMYK

 C value IS 0.49

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F1EDB (or 0x6F1EDB) is known color: Blue Violet. HEX triplet: 6F, 1E and DB. RGB value is (111,30,219). Sum of RGB (Red+Green+Blue) = 111+30+219=360 (47% of max value = 765). Red value is 111 (43.75% from 255 or 30.83% from 360); Green value is 30 (12.11% from 255 or 8.33% from 360); Blue value is 219 (85.94% from 255 or 60.83% from 360); Max value from RGB is 219 - color contains mainly: blue. Hex color #6F1EDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6F1EDB is #90E124. Grayscale: #4B4B4B. Windows color (decimal): -9494821 or 14360175. OLE color: 14360175.

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

Color convert

RGB 111 30 219 -
CMYK 0.49 0.86 0 0.14
HSL 265.71º 0.76% 0.49% -
HSV(B) 265.71º 0.86% 0.86% -
XYZ 19.81 9.42 67.79 -
YUV 75.77 208.84 153.13 -
System Red Green Blue C M Y K H S L
Decimal 111 30 219 0.49 0.86 0 0.14 265.71 0.76 0.49
Hex 6F 1E DB 31 56 0 E 10A 4C 31
Octal 157 36 333 61 126 0 16 412 114 61
Binary 1101111 11110 11011011 110001 1010110 0 1110 100001010 1001100 110001

Color Harmonies of #6F1EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F1EDB

Black with #6F1EDB

Text Example


Text Example

White with #6F1EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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