Html Css Color HEX #6F19DC Blue Violet

📋 copy color: '#6F19DC'

red 111 ◦ green 25 ◦ blue 220

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

Shades of Blue Violet #6F19DC

Tints of Blue Violet #6F19DC

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.02%

 BLUE value IS 220 (86.33% from 255) = 61.8%

R = 31.18%
G = 7.02%
B = 61.8%

CMYK

 C value IS 0.50

 M value IS 0.89

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6F19DC (or 0x6F19DC) is known color: Blue Violet. HEX triplet: 6F, 19 and DC. RGB value is (111,25,220). Sum of RGB (Red+Green+Blue) = 111+25+220=356 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.18% from 356); Green value is 25 (10.16% from 255 or 7.02% from 356); Blue value is 220 (86.33% from 255 or 61.80% from 356); Max value from RGB is 220 - color contains mainly: blue. Hex color #6F19DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F19DC is #90E623. Grayscale: #484848. Windows color (decimal): -9496100 or 14424431. OLE color: 14424431.

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

Color convert

RGB 111 25 220 -
CMYK 0.50 0.89 0 0.14
HSL 266.46º 0.8% 0.48% -
HSV(B) 266.46º 0.89% 0.86% -
XYZ 19.82 9.24 68.45 -
YUV 72.94 210.99 155.14 -
System Red Green Blue C M Y K H S L
Decimal 111 25 220 0.50 0.89 0 0.14 266.46 0.8 0.48
Hex 6F 19 DC 32 59 0 E 10A 50 30
Octal 157 31 334 62 131 0 16 412 120 60
Binary 1101111 11001 11011100 110010 1011001 0 1110 100001010 1010000 110000

Color Harmonies of #6F19DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F19DC

Black with #6F19DC

Text Example


Text Example

White with #6F19DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,25,220); }

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

background-color css

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

 a { background-color: rgb(111,25,220); }

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

border-color css

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

 span { border-color: rgb(111,25,220); }

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