Html Css Color HEX #6E02BC Dark Violet

📋 copy color: '#6E02BC'

red 110 ◦ green 2 ◦ blue 188

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

Shades of Dark Violet #6E02BC

Tints of Dark Violet #6E02BC

RGB

 RED value IS 110 (43.36% from 255) = 36.67%

 GREEN value IS 2 (1.17% from 255) = 0.67%

 BLUE value IS 188 (73.83% from 255) = 62.67%

R = 36.67%
G = 0.67%
B = 62.67%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E02BC (or 0x6E02BC) is known color: Dark Violet. HEX triplet: 6E, 02 and BC. RGB value is (110,2,188). Sum of RGB (Red+Green+Blue) = 110+2+188=300 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.67% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 188 (73.83% from 255 or 62.67% from 300); Max value from RGB is 188 - color contains mainly: blue. Hex color #6E02BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6E02BC is #91FD43. Grayscale: #363636. Windows color (decimal): -9567556 or 12321390. OLE color: 12321390.

HSL color Cylindrical-coordinate representation of color #6E02BC: hue angle of 274.84º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6E02BC is Cyan = 0.41, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 110 2 188 -
CMYK 0.41 0.99 0 0.26
HSL 274.84º 0.98% 0.37% -
HSV(B) 274.84º 0.99% 0.74% -
XYZ 15.53 6.99 48.11 -
YUV 55.5 202.78 166.88 -
System Red Green Blue C M Y K H S L
Decimal 110 2 188 0.41 0.99 0 0.26 274.84 0.98 0.37
Hex 6E 2 BC 29 63 0 1A 113 62 25
Octal 156 2 274 51 143 0 32 423 142 45
Binary 1101110 10 10111100 101001 1100011 0 11010 100010011 1100010 100101

Color Harmonies of #6E02BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E02BC

Black with #6E02BC

Text Example


Text Example

White with #6E02BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,2,188); }

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

background-color css

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

 a { background-color: rgb(110,2,188); }

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

border-color css

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

 span { border-color: rgb(110,2,188); }

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