Html Css Color HEX #6B00CC Dark Violet

📋 copy color: '#6B00CC'

red 107 ◦ green 0 ◦ blue 204

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

Shades of Dark Violet #6B00CC

Tints of Dark Violet #6B00CC

RGB

 RED value IS 107 (42.19% from 255) = 34.41%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 204 (80.08% from 255) = 65.59%

R = 34.41%
G = 0%
B = 65.59%

CMYK

 C value IS 0.48

 M value IS 1

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6B00CC (or 0x6B00CC) is known color: Dark Violet. HEX triplet: 6B, 00 and CC. RGB value is (107,0,204). Sum of RGB (Red+Green+Blue) = 107+0+204=311 (41% of max value = 765). Red value is 107 (42.19% from 255 or 34.41% from 311); Green value is 0 (0.39% from 255 or 0% from 311); Blue value is 204 (80.08% from 255 or 65.59% from 311); Max value from RGB is 204 - color contains mainly: blue. Hex color #6B00CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B00CC is #94FF33. Grayscale: #363636. Windows color (decimal): -9764660 or 13369451. OLE color: 13369451.

HSL color Cylindrical-coordinate representation of color #6B00CC: hue angle of 271.47º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6B00CC is Cyan = 0.48, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 107 0 204 -
CMYK 0.48 1 0 0.2
HSL 271.47º 1% 0.4% -
HSV(B) 271.47º 1% 0.8% -
XYZ 16.96 7.49 57.68 -
YUV 55.25 211.95 164.91 -
System Red Green Blue C M Y K H S L
Decimal 107 0 204 0.48 1 0 0.2 271.47 1 0.4
Hex 6B 0 CC 30 64 0 14 10F 64 28
Octal 153 0 314 60 144 0 24 417 144 50
Binary 1101011 0 11001100 110000 1100100 0 10100 100001111 1100100 101000

Color Harmonies of #6B00CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B00CC

Black with #6B00CC

Text Example


Text Example

White with #6B00CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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