Html Css Color HEX #6A0868 Purple

📋 copy color: '#6A0868'

red 106 ◦ green 8 ◦ blue 104

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

Shades of Purple #6A0868

Tints of Purple #6A0868

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.67%

 BLUE value IS 104 (41.02% from 255) = 47.71%

R = 48.62%
G = 3.67%
B = 47.71%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.02

 K value IS 0.58

RGB Variations

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

Color information

#6A0868 (or 0x6A0868) is known color: Purple. HEX triplet: 6A, 08 and 68. RGB value is (106,8,104). Sum of RGB (Red+Green+Blue) = 106+8+104=218 (28% of max value = 765). Red value is 106 (41.80% from 255 or 48.62% from 218); Green value is 8 (3.52% from 255 or 3.67% from 218); Blue value is 104 (41.02% from 255 or 47.71% from 218); Max value from RGB is 106 - color contains mainly: red. Hex color #6A0868 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #6A0868 is #95F797. Grayscale: #2F2F2F. Windows color (decimal): -9828248 or 6817898. OLE color: 6817898.

HSL color Cylindrical-coordinate representation of color #6A0868: hue angle of 301.22º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #6A0868 is Cyan = 0, Magento = 0.92, Yellow = 0.02 and Black (K on CMYK) = 0.58.

Color convert

RGB 106 8 104 -
CMYK 0 0.92 0.02 0.58
HSL 301.22º 0.86% 0.22% -
HSV(B) 301.22º 0.92% 0.42% -
XYZ 8.53 4.24 13.47 -
YUV 48.25 159.47 169.19 -
System Red Green Blue C M Y K H S L
Decimal 106 8 104 0 0.92 0.02 0.58 301.22 0.86 0.22
Hex 6A 8 68 0 5C 2 3A 12D 56 16
Octal 152 10 150 0 134 2 72 455 126 26
Binary 1101010 1000 1101000 0 1011100 10 111010 100101101 1010110 10110

Color Harmonies of #6A0868

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A0868

Black with #6A0868

Text Example


Text Example

White with #6A0868

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,8,104); }

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

background-color css

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

 a { background-color: rgb(106,8,104); }

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

border-color css

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

 span { border-color: rgb(106,8,104); }

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