Html Css Color HEX #6A02CC Dark Violet

📋 copy color: '#6A02CC'

red 106 ◦ green 2 ◦ blue 204

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

Shades of Dark Violet #6A02CC

Tints of Dark Violet #6A02CC

RGB

 RED value IS 106 (41.8% from 255) = 33.97%

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

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

R = 33.97%
G = 0.64%
B = 65.38%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6A02CC (or 0x6A02CC) is known color: Dark Violet. HEX triplet: 6A, 02 and CC. RGB value is (106,2,204). Sum of RGB (Red+Green+Blue) = 106+2+204=312 (41% of max value = 765). Red value is 106 (41.80% from 255 or 33.97% from 312); Green value is 2 (1.17% from 255 or 0.64% from 312); Blue value is 204 (80.08% from 255 or 65.38% from 312); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A02CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6A02CC is #95FD33. Grayscale: #373737. Windows color (decimal): -9829684 or 13369962. OLE color: 13369962.

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

Color convert

RGB 106 2 204 -
CMYK 0.48 0.99 0 0.2
HSL 270.89º 0.98% 0.4% -
HSV(B) 270.89º 0.99% 0.8% -
XYZ 16.86 7.47 57.68 -
YUV 56.12 211.46 163.57 -
System Red Green Blue C M Y K H S L
Decimal 106 2 204 0.48 0.99 0 0.2 270.89 0.98 0.4
Hex 6A 2 CC 30 63 0 14 10F 62 28
Octal 152 2 314 60 143 0 24 417 142 50
Binary 1101010 10 11001100 110000 1100011 0 10100 100001111 1100010 101000

Color Harmonies of #6A02CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A02CC

Black with #6A02CC

Text Example


Text Example

White with #6A02CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,2,204); }

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

background-color css

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

 a { background-color: rgb(106,2,204); }

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

border-color css

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

 span { border-color: rgb(106,2,204); }

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