#6A0298

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

Shades of Indigo #6A0298

Tints of Indigo #6A0298

Color information

#6A0298 (or 0x6A0298) is unknown color: approx Indigo. HEX triplet: 6A, 02 and 98. RGB value is (106,2,152). Sum of RGB (Red+Green+Blue) = 106+2+152=260 (34% of max value = 765). Red value is 106 (41.80% from 255 or 40.77% from 260); Green value is 2 (1.17% from 255 or 0.77% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #6A0298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6A0298 is #95FD67. Grayscale: #313131. Windows color (decimal): -9829736 or 9962090. OLE color: 9962090.

HSL color Cylindrical-coordinate representation of color #6A0298: hue angle of 281.6º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6A0298 is Cyan = 0.30, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1062152-
CMYK0.300.9900.40
HSL281.6º97.4%30.2%-
HSV(B)281.6º98.68%59.61%-
XYZ11.635.3730.13-
YUV50.2185.46167.8-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 40.77%
GREEN value IS 2 (1.17% from 255) = 0.77%
BLUE value IS 152 (59.77% from 255) = 58.46%
R=40.77%
G=0.77%
B=58.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10621520.300.9900.40281.697.430.2
Hex6A2981E6302811a611e
Octal15222303614305043214136
Binary110101010100110001111011000110101000100011010110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A0298

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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