Html Css Color HEX #6F00D8 Dark Violet

📋 copy color: '#6F00D8'

red 111 ◦ green 0 ◦ blue 216

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

Shades of Dark Violet #6F00D8

Tints of Dark Violet #6F00D8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 216 (84.77% from 255) = 66.06%

R = 33.94%
G = 0%
B = 66.06%

CMYK

 C value IS 0.49

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6F00D8 (or 0x6F00D8) is known color: Dark Violet. HEX triplet: 6F, 00 and D8. RGB value is (111,0,216). Sum of RGB (Red+Green+Blue) = 111+0+216=327 (43% of max value = 765). Red value is 111 (43.75% from 255 or 33.94% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 216 (84.77% from 255 or 66.06% from 327); Max value from RGB is 216 - color contains mainly: blue. Hex color #6F00D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F00D8 is #90FF27. Grayscale: #393939. Windows color (decimal): -9502504 or 14155887. OLE color: 14155887.

HSL color Cylindrical-coordinate representation of color #6F00D8: hue angle of 270.83º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00D8 is Cyan = 0.49, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 111 0 216 -
CMYK 0.49 1 0 0.15
HSL 270.83º 1% 0.42% -
HSV(B) 270.83º 1% 0.85% -
XYZ 18.95 8.34 65.58 -
YUV 57.81 217.27 165.94 -
System Red Green Blue C M Y K H S L
Decimal 111 0 216 0.49 1 0 0.15 270.83 1 0.42
Hex 6F 0 D8 31 64 0 F 10F 64 2A
Octal 157 0 330 61 144 0 17 417 144 52
Binary 1101111 0 11011000 110001 1100100 0 1111 100001111 1100100 101010

Color Harmonies of #6F00D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F00D8

Black with #6F00D8

Text Example


Text Example

White with #6F00D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,0,216); }

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

background-color css

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

 a { background-color: rgb(111,0,216); }

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

border-color css

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

 span { border-color: rgb(111,0,216); }

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