Html Css Color HEX #6801CF Dark Violet

📋 copy color: '#6801CF'

red 104 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #6801CF

Tints of Dark Violet #6801CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 66.35%

R = 33.33%
G = 0.32%
B = 66.35%

CMYK

 C value IS 0.50

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6801CF (or 0x6801CF) is known color: Dark Violet. HEX triplet: 68, 01 and CF. RGB value is (104,1,207). Sum of RGB (Red+Green+Blue) = 104+1+207=312 (41% of max value = 765). Red value is 104 (41.02% from 255 or 33.33% from 312); Green value is 1 (0.78% from 255 or 0.32% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #6801CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6801CF is #97FE30. Grayscale: #363636. Windows color (decimal): -9961009 or 13566312. OLE color: 13566312.

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

Color convert

RGB 104 1 207 -
CMYK 0.50 1.00 0 0.19
HSL 270º 0.99% 0.41% -
HSV(B) 270º 1% 0.81% -
XYZ 16.98 7.47 59.58 -
YUV 55.28 213.62 162.75 -
System Red Green Blue C M Y K H S L
Decimal 104 1 207 0.50 1.00 0 0.19 270 0.99 0.41
Hex 68 1 CF 32 64 0 13 10E 63 29
Octal 150 1 317 62 144 0 23 416 143 51
Binary 1101000 1 11001111 110010 1100100 0 10011 100001110 1100011 101001

Color Harmonies of #6801CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6801CF

Black with #6801CF

Text Example


Text Example

White with #6801CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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