#660F98

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

Shades of Indigo #660F98

Tints of Indigo #660F98

Color information

#660F98 (or 0x660F98) is unknown color: approx Indigo. HEX triplet: 66, 0F and 98. RGB value is (102,15,152). Sum of RGB (Red+Green+Blue) = 102+15+152=269 (35% of max value = 765). Red value is 102 (40.23% from 255 or 37.92% from 269); Green value is 15 (6.25% from 255 or 5.58% from 269); Blue value is 152 (59.77% from 255 or 56.51% from 269); Max value from RGB is 152 - color contains mainly: blue. Hex color #660F98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #660F98 is #99F067. Grayscale: #383838. Windows color (decimal): -10088552 or 9965414. OLE color: 9965414.

HSL color Cylindrical-coordinate representation of color #660F98: hue angle of 278.1º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #660F98 is Cyan = 0.33, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10215152-
CMYK0.330.9000.40
HSL278.1º82.04%32.75%-
HSV(B)278.1º90.13%59.61%-
XYZ11.325.4330.16-
YUV56.63181.82160.36-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.92%
GREEN value IS 15 (6.25% from 255) = 5.58%
BLUE value IS 152 (59.77% from 255) = 56.51%
R=37.92%
G=5.58%
B=56.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal102151520.330.9000.40278.182.0432.75
Hex66F98215A0281165221
Octal146172304113205042612241
Binary1100110111110011000100001101101001010001000101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660F98; }

 p { color: rgb(102,15,152); }

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

<style>
 a { background-color: #660F98; }

 a { background-color: rgb(102,15,152); }

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

<style>
 span { border-color: #660F98; }

 span { border-color: rgb(102,15,152); }

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