Html Css Color HEX #6A068D Purple

📋 copy color: '#6A068D'

red 106 ◦ green 6 ◦ blue 141

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

Shades of Purple #6A068D

Tints of Purple #6A068D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.37%

 BLUE value IS 141 (55.47% from 255) = 55.73%

R = 41.9%
G = 2.37%
B = 55.73%

CMYK

 C value IS 0.25

 M value IS 0.96

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#6A068D (or 0x6A068D) is known color: Purple. HEX triplet: 6A, 06 and 8D. RGB value is (106,6,141). Sum of RGB (Red+Green+Blue) = 106+6+141=253 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.90% from 253); Green value is 6 (2.73% from 255 or 2.37% from 253); Blue value is 141 (55.47% from 255 or 55.73% from 253); Max value from RGB is 141 - color contains mainly: blue. Hex color #6A068D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A068D is #95F972. Grayscale: #323232. Windows color (decimal): -9828723 or 9242218. OLE color: 9242218.

HSL color Cylindrical-coordinate representation of color #6A068D: hue angle of 284.44º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6A068D is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 106 6 141 -
CMYK 0.25 0.96 0 0.45
HSL 284.44º 0.92% 0.29% -
HSV(B) 284.44º 0.96% 0.55% -
XYZ 10.82 5.12 25.62 -
YUV 51.29 178.63 167.02 -
System Red Green Blue C M Y K H S L
Decimal 106 6 141 0.25 0.96 0 0.45 284.44 0.92 0.29
Hex 6A 6 8D 19 60 0 2D 11C 5C 1D
Octal 152 6 215 31 140 0 55 434 134 35
Binary 1101010 110 10001101 11001 1100000 0 101101 100011100 1011100 11101

Color Harmonies of #6A068D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A068D

Black with #6A068D

Text Example


Text Example

White with #6A068D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,6,141); }

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

background-color css

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

 a { background-color: rgb(106,6,141); }

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

border-color css

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

 span { border-color: rgb(106,6,141); }

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