Html Css Color HEX #6801D0 Dark Violet

📋 copy color: '#6801D0'

red 104 ◦ green 1 ◦ blue 208

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

Shades of Dark Violet #6801D0

Tints of Dark Violet #6801D0

RGB

 RED value IS 104 (41.02% from 255) = 33.23%

 GREEN value IS 1 (0.78% from 255) = 0.32%

 BLUE value IS 208 (81.64% from 255) = 66.45%

R = 33.23%
G = 0.32%
B = 66.45%

CMYK

 C value IS 0.5

 M value IS 1.00

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6801D0 (or 0x6801D0) is known color: Dark Violet. HEX triplet: 68, 01 and D0. RGB value is (104,1,208). Sum of RGB (Red+Green+Blue) = 104+1+208=313 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.23% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 208 (81.64% from 255 or 66.45% from 313); Max value from RGB is 208 - color contains mainly: blue. Hex color #6801D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6801D0 is #97FE2F. Grayscale: #363636. Windows color (decimal): -9961008 or 13631848. OLE color: 13631848.

HSL color Cylindrical-coordinate representation of color #6801D0: hue angle of 269.86º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6801D0 is Cyan = 0.5, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 104 1 208 -
CMYK 0.5 1.00 0 0.18
HSL 269.86º 0.99% 0.41% -
HSV(B) 269.86º 1% 0.82% -
XYZ 17.1 7.52 60.22 -
YUV 55.4 214.12 162.67 -
System Red Green Blue C M Y K H S L
Decimal 104 1 208 0.5 1.00 0 0.18 269.86 0.99 0.41
Hex 68 1 D0 32 64 0 12 10E 63 29
Octal 150 1 320 62 144 0 22 416 143 51
Binary 1101000 1 11010000 110010 1100100 0 10010 100001110 1100011 101001

Color Harmonies of #6801D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6801D0

Black with #6801D0

Text Example


Text Example

White with #6801D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6801D0; }

 p { color: rgb(104,1,208); }

 H1.HeaderClassName
 {
   color: #6801D0;
 }
 .AnyTagClassName
 {
   color: #6801D0;
 }
</style>

background-color css

<style>
 a { background-color: #6801D0; }

 a { background-color: rgb(104,1,208); }

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

border-color css

<style>
 span { border-color: #6801D0; }

 span { border-color: rgb(104,1,208); }

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