#61068E

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

Shades of Indigo #61068E

Tints of Indigo #61068E

Color information

#61068E (or 0x61068E) is unknown color: approx Indigo. HEX triplet: 61, 06 and 8E. RGB value is (97,6,142). Sum of RGB (Red+Green+Blue) = 97+6+142=245 (32% of max value = 765). Red value is 97 (38.28% from 255 or 39.59% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 142 (55.86% from 255 or 57.96% from 245); Max value from RGB is 142 - color contains mainly: blue. Hex color #61068E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #61068E is #9EF971. Grayscale: #303030. Windows color (decimal): -10418546 or 9307745. OLE color: 9307745.

HSL color Cylindrical-coordinate representation of color #61068E: hue angle of 280.15º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #61068E is Cyan = 0.32, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB976142-
CMYK0.320.9600.44
HSL280.15º91.89%29.02%-
HSV(B)280.15º95.77%55.69%-
XYZ9.884.6225.96-
YUV48.71180.65162.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 39.59%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 142 (55.86% from 255) = 57.96%
R=39.59%
G=2.45%
B=57.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9761420.320.9600.44280.1591.8929.02
Hex6168E206002C1185c1d
Octal14162164014005443013435
Binary11000011101000111010000011000000101100100011000101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61068E; }

 p { color: rgb(97,6,142); }

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

<style>
 a { background-color: #61068E; }

 a { background-color: rgb(97,6,142); }

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

<style>
 span { border-color: #61068E; }

 span { border-color: rgb(97,6,142); }

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