Html Css Color HEX #6F17DD Blue Violet

📋 copy color: '#6F17DD'

red 111 ◦ green 23 ◦ blue 221

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

Shades of Blue Violet #6F17DD

Tints of Blue Violet #6F17DD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 6.48%

 BLUE value IS 221 (86.72% from 255) = 62.25%

R = 31.27%
G = 6.48%
B = 62.25%

CMYK

 C value IS 0.50

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6F17DD (or 0x6F17DD) is known color: Blue Violet. HEX triplet: 6F, 17 and DD. RGB value is (111,23,221). Sum of RGB (Red+Green+Blue) = 111+23+221=355 (47% of max value = 765). Red value is 111 (43.75% from 255 or 31.27% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 221 (86.72% from 255 or 62.25% from 355); Max value from RGB is 221 - color contains mainly: blue. Hex color #6F17DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F17DD is #90E822. Grayscale: #474747. Windows color (decimal): -9496611 or 14489455. OLE color: 14489455.

HSL color Cylindrical-coordinate representation of color #6F17DD: hue angle of 266.67º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6F17DD is Cyan = 0.50, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 111 23 221 -
CMYK 0.50 0.90 0 0.13
HSL 266.67º 0.81% 0.48% -
HSV(B) 266.67º 0.9% 0.87% -
XYZ 19.91 9.21 69.14 -
YUV 71.88 212.15 155.9 -
System Red Green Blue C M Y K H S L
Decimal 111 23 221 0.50 0.90 0 0.13 266.67 0.81 0.48
Hex 6F 17 DD 32 5A 0 D 10B 51 30
Octal 157 27 335 62 132 0 15 413 121 60
Binary 1101111 10111 11011101 110010 1011010 0 1101 100001011 1010001 110000

Color Harmonies of #6F17DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F17DD

Black with #6F17DD

Text Example


Text Example

White with #6F17DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,23,221); }

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

background-color css

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

 a { background-color: rgb(111,23,221); }

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

border-color css

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

 span { border-color: rgb(111,23,221); }

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