#6b00ce

Color #6B00CE Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #6B00CE

Tints of Dark Violet #6B00CE

Color information

#6B00CE (or 0x6B00CE) is unknown color: approx Dark Violet. HEX triplet: 6B, 00 and CE. RGB value is (107,0,206). Sum of RGB (Red+Green+Blue) = 107+0+206=313 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.19% from 313); Green value is 0 (0.39% from 255 or 0% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B00CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B00CE is #94FF31. Grayscale: #363636. Windows color (decimal): -9764658 or 13500523. OLE color: 13500523.

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

Color convert

RGB1070206-
CMYK0.48100.19
HSL271.17º100%40.39%-
HSV(B)271.17º100%80.78%-
XYZ17.27.5858.95-
YUV55.48212.95164.75-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 34.19%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 206 (80.86% from 255) = 65.81%
R=34.19%
G=0%
B=65.81%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal10702060.48100.19271.1710040.39
Hex6B0CE306401310f6428
Octal15303166014402341714450
Binary110101101100111011000011001000100111000011111100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6b00ce

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #6b00ce;
 }
 .AnyTagClassName
 {
   color: #6b00ce;
 }
</style>
background-color css

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

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

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

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

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

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