Html Css Color HEX #6F00CE Dark Violet

📋 copy color: '#6F00CE'

red 111 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #6F00CE

Tints of Dark Violet #6F00CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.98%

R = 35.02%
G = 0%
B = 64.98%

CMYK

 C value IS 0.46

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F00CE (or 0x6F00CE) is known color: Dark Violet. HEX triplet: 6F, 00 and CE. RGB value is (111,0,206). Sum of RGB (Red+Green+Blue) = 111+0+206=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6F00CE is #90FF31. Grayscale: #373737. Windows color (decimal): -9502514 or 13500527. OLE color: 13500527.

HSL color Cylindrical-coordinate representation of color #6F00CE: hue angle of 272.33º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6F00CE is Cyan = 0.46, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 0 206 -
CMYK 0.46 1 0 0.19
HSL 272.33º 1% 0.4% -
HSV(B) 272.33º 1% 0.81% -
XYZ 17.7 7.84 58.97 -
YUV 56.67 212.27 166.75 -
System Red Green Blue C M Y K H S L
Decimal 111 0 206 0.46 1 0 0.19 272.33 1 0.4
Hex 6F 0 CE 2E 64 0 13 110 64 28
Octal 157 0 316 56 144 0 23 420 144 50
Binary 1101111 0 11001110 101110 1100100 0 10011 100010000 1100100 101000

Color Harmonies of #6F00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F00CE

Black with #6F00CE

Text Example


Text Example

White with #6F00CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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