Html Css Color HEX #6B02CE Dark Violet

📋 copy color: '#6B02CE'

red 107 ◦ green 2 ◦ blue 206

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

Shades of Dark Violet #6B02CE

Tints of Dark Violet #6B02CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 65.4%

R = 33.97%
G = 0.63%
B = 65.4%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6B02CE (or 0x6B02CE) is known color: Dark Violet. HEX triplet: 6B, 02 and CE. RGB value is (107,2,206). Sum of RGB (Red+Green+Blue) = 107+2+206=315 (41% of max value = 765). Red value is 107 (42.19% from 255 or 33.97% from 315); Green value is 2 (1.17% from 255 or 0.63% from 315); Blue value is 206 (80.86% from 255 or 65.40% from 315); Max value from RGB is 206 - color contains mainly: blue. Hex color #6B02CE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6B02CE is #94FD31. Grayscale: #373737. Windows color (decimal): -9764146 or 13501035. OLE color: 13501035.

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

Color convert

RGB 107 2 206 -
CMYK 0.48 0.99 0 0.19
HSL 270.88º 0.98% 0.41% -
HSV(B) 270.88º 0.99% 0.81% -
XYZ 17.23 7.63 58.96 -
YUV 56.65 212.29 163.91 -
System Red Green Blue C M Y K H S L
Decimal 107 2 206 0.48 0.99 0 0.19 270.88 0.98 0.41
Hex 6B 2 CE 30 63 0 13 10F 62 29
Octal 153 2 316 60 143 0 23 417 142 51
Binary 1101011 10 11001110 110000 1100011 0 10011 100001111 1100010 101001

Color Harmonies of #6B02CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B02CE

Black with #6B02CE

Text Example


Text Example

White with #6B02CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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