#64069A

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

Shades of Indigo #64069A

Tints of Indigo #64069A

Color information

#64069A (or 0x64069A) is unknown color: approx Indigo. HEX triplet: 64, 06 and 9A. RGB value is (100,6,154). Sum of RGB (Red+Green+Blue) = 100+6+154=260 (34% of max value = 765). Red value is 100 (39.45% from 255 or 38.46% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 154 (60.55% from 255 or 59.23% from 260); Max value from RGB is 154 - color contains mainly: blue. Hex color #64069A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64069A is #9BF965. Grayscale: #323232. Windows color (decimal): -10221926 or 10094180. OLE color: 10094180.

HSL color Cylindrical-coordinate representation of color #64069A: hue angle of 278.11º degrees, saturation: 0.93, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64069A is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1006154-
CMYK0.350.9600.40
HSL278.11º92.5%31.37%-
HSV(B)278.11º96.1%60.39%-
XYZ11.155.1730.98-
YUV50.98186.14162.97-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 38.46%
GREEN value IS 6 (2.73% from 255) = 2.31%
BLUE value IS 154 (60.55% from 255) = 59.23%
R=38.46%
G=2.31%
B=59.23%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal10061540.350.9600.40278.1192.531.37
Hex6469A23600281165c1f
Octal14462324314005042613437
Binary11001001101001101010001111000000101000100010110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64069A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64069A; }

 p { color: rgb(100,6,154); }

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

<style>
 a { background-color: #64069A; }

 a { background-color: rgb(100,6,154); }

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

<style>
 span { border-color: #64069A; }

 span { border-color: rgb(100,6,154); }

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