#6A0195

Color #6A0195 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #6A0195

Tints of Indigo #6A0195

Color information

#6A0195 (or 0x6A0195) is unknown color: approx Indigo. HEX triplet: 6A, 01 and 95. RGB value is (106,1,149). Sum of RGB (Red+Green+Blue) = 106+1+149=256 (33% of max value = 765). Red value is 106 (41.80% from 255 or 41.41% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #6A0195 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0195 is #95FE6A. Grayscale: #303030. Windows color (decimal): -9829995 or 9765226. OLE color: 9765226.

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

Color convert

RGB1061149-
CMYK0.290.9900.42
HSL282.57º98.67%29.41%-
HSV(B)282.57º99.33%58.43%-
XYZ11.385.2628.85-
YUV49.27184.29168.47-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 41.41%
GREEN value IS 1 (0.78% from 255) = 0.39%
BLUE value IS 149 (58.59% from 255) = 58.20%
R=41.41%
G=0.39%
B=58.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal10611490.290.9900.42282.5798.6729.41
Hex6A1951D6302A11b631d
Octal15212253514305243314335
Binary11010101100101011110111000110101010100011011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,1,149); }

 H1.HeaderClassName
 {
   color: #6A0195;
 }
 .AnyTagClassName
 {
   color: #6A0195;
 }
</style>
background-color css

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

 a { background-color: rgb(106,1,149); }

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

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

 span { border-color: rgb(106,1,149); }

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