Html Css Color HEX #6B00CE Dark Violet

📋 copy color: '#6B00CE'

red 107 ◦ green 0 ◦ blue 206

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

Shades of Dark Violet #6B00CE

Tints of Dark Violet #6B00CE

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 value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B00CE (or 0x6B00CE) is known color: 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

RGB 107 0 206 -
CMYK 0.48 1 0 0.19
HSL 271.17º 1% 0.4% -
HSV(B) 271.17º 1% 0.81% -
XYZ 17.2 7.58 58.95 -
YUV 55.48 212.95 164.75 -
System Red Green Blue C M Y K H S L
Decimal 107 0 206 0.48 1 0 0.19 271.17 1 0.4
Hex 6B 0 CE 30 64 0 13 10F 64 28
Octal 153 0 316 60 144 0 23 417 144 50
Binary 1101011 0 11001110 110000 1100100 0 10011 100001111 1100100 101000

Color Harmonies of #6B00CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B00CE

Black with #6B00CE

Text Example


Text Example

White with #6B00CE

Text Example


Text Example

HTML Codes & Css Web 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>