#64068B

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

Shades of Indigo #64068B

Tints of Indigo #64068B

Color information

#64068B (or 0x64068B) is unknown color: approx Indigo. HEX triplet: 64, 06 and 8B. RGB value is (100,6,139). Sum of RGB (Red+Green+Blue) = 100+6+139=245 (32% of max value = 765). Red value is 100 (39.45% from 255 or 40.82% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 139 (54.69% from 255 or 56.73% from 245); Max value from RGB is 139 - color contains mainly: blue. Hex color #64068B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #64068B is #9BF974. Grayscale: #303030. Windows color (decimal): -10221941 or 9111140. OLE color: 9111140.

HSL color Cylindrical-coordinate representation of color #64068B: hue angle of 282.41º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #64068B is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB1006139-
CMYK0.280.9600.45
HSL282.41º91.72%28.43%-
HSV(B)282.41º95.68%54.51%-
XYZ9.984.724.81-
YUV49.27178.64164.19-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 40.82%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 139 (54.69% from 255) = 56.73%
R=40.82%
G=2.45%
B=56.73%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal10061390.280.9600.45282.4191.7228.43
Hex6468B1C6002D11a5c1c
Octal14462133414005543213434
Binary1100100110100010111110011000000101101100011010101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64068B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64068B; }

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

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

<style>
 a { background-color: #64068B; }

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

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

<style>
 span { border-color: #64068B; }

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

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