#6B0598

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

Shades of Indigo #6B0598

Tints of Indigo #6B0598

Color information

#6B0598 (or 0x6B0598) is unknown color: approx Indigo. HEX triplet: 6B, 05 and 98. RGB value is (107,5,152). Sum of RGB (Red+Green+Blue) = 107+5+152=264 (34% of max value = 765). Red value is 107 (42.19% from 255 or 40.53% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #6B0598 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6B0598 is #94FA67. Grayscale: #333333. Windows color (decimal): -9763432 or 9962859. OLE color: 9962859.

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

Color convert

RGB1075152-
CMYK0.300.9700.40
HSL281.63º93.63%30.78%-
HSV(B)281.63º96.71%59.61%-
XYZ11.795.530.15-
YUV52.26184.29167.05-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 40.53%
GREEN value IS 5 (2.34% from 255) = 1.89%
BLUE value IS 152 (59.77% from 255) = 57.58%
R=40.53%
G=1.89%
B=57.58%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10751520.300.9700.40281.6393.6330.78
Hex6B5981E6102811a5e1f
Octal15352303614105043213637
Binary1101011101100110001111011000010101000100011010101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B0598

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,5,152); }

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

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

 a { background-color: rgb(107,5,152); }

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

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

 span { border-color: rgb(107,5,152); }

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