#66068E

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

Shades of Indigo #66068E

Tints of Indigo #66068E

Color information

#66068E (or 0x66068E) is unknown color: approx Indigo. HEX triplet: 66, 06 and 8E. RGB value is (102,6,142). Sum of RGB (Red+Green+Blue) = 102+6+142=250 (33% of max value = 765). Red value is 102 (40.23% from 255 or 40.8% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 142 (55.86% from 255 or 56.8% from 250); Max value from RGB is 142 - color contains mainly: blue. Hex color #66068E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #66068E is #99F971. Grayscale: #313131. Windows color (decimal): -10090866 or 9307750. OLE color: 9307750.

HSL color Cylindrical-coordinate representation of color #66068E: hue angle of 282.35º 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 #66068E is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1026142-
CMYK0.280.9600.44
HSL282.35º91.89%29.02%-
HSV(B)282.35º95.77%55.69%-
XYZ10.434.9125.99-
YUV50.21179.8164.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 40.8%
GREEN value IS 6 (2.73% from 255) = 2.4%
BLUE value IS 142 (55.86% from 255) = 56.8%
R=40.8%
G=2.4%
B=56.8%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal10261420.280.9600.44282.3591.8929.02
Hex6668E1C6002C11a5c1d
Octal14662163414005443213435
Binary1100110110100011101110011000000101100100011010101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66068E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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