Html Css Color HEX #6C01CF Dark Violet

📋 copy color: '#6C01CF'

red 108 ◦ green 1 ◦ blue 207

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

Shades of Dark Violet #6C01CF

Tints of Dark Violet #6C01CF

RGB

 RED value IS 108 (42.58% from 255) = 34.18%

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

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

R = 34.18%
G = 0.32%
B = 65.51%

CMYK

 C value IS 0.48

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C01CF (or 0x6C01CF) is known color: Dark Violet. HEX triplet: 6C, 01 and CF. RGB value is (108,1,207). Sum of RGB (Red+Green+Blue) = 108+1+207=316 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.18% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 207 (81.25% from 255 or 65.51% from 316); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C01CF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C01CF is #93FE30. Grayscale: #373737. Windows color (decimal): -9698865 or 13566316. OLE color: 13566316.

HSL color Cylindrical-coordinate representation of color #6C01CF: hue angle of 271.17º 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 #6C01CF is Cyan = 0.48, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 108 1 207 -
CMYK 0.48 1.00 0 0.19
HSL 271.17º 0.99% 0.41% -
HSV(B) 271.17º 1% 0.81% -
XYZ 17.46 7.71 59.6 -
YUV 56.48 212.95 164.75 -
System Red Green Blue C M Y K H S L
Decimal 108 1 207 0.48 1.00 0 0.19 271.17 0.99 0.41
Hex 6C 1 CF 30 64 0 13 10F 63 29
Octal 154 1 317 60 144 0 23 417 143 51
Binary 1101100 1 11001111 110000 1100100 0 10011 100001111 1100011 101001

Color Harmonies of #6C01CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C01CF

Black with #6C01CF

Text Example


Text Example

White with #6C01CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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