#6304A7

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

Shades of Indigo #6304A7

Tints of Indigo #6304A7

Color information

#6304A7 (or 0x6304A7) is unknown color: approx Indigo. HEX triplet: 63, 04 and A7. RGB value is (99,4,167). Sum of RGB (Red+Green+Blue) = 99+4+167=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 4 (1.95% from 255 or 1.48% from 270); Blue value is 167 (65.62% from 255 or 61.85% from 270); Max value from RGB is 167 - color contains mainly: blue. Hex color #6304A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6304A7 is #9CFB58. Grayscale: #323232. Windows color (decimal): -10287961 or 10945635. OLE color: 10945635.

HSL color Cylindrical-coordinate representation of color #6304A7: hue angle of 274.97º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6304A7 is Cyan = 0.41, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB994167-
CMYK0.410.9800.35
HSL274.97º95.32%33.53%-
HSV(B)274.97º97.6%65.49%-
XYZ12.165.5336.99-
YUV50.99193.47162.25-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 4 (1.95% from 255) = 1.48%
BLUE value IS 167 (65.62% from 255) = 61.85%
R=36.67%
G=1.48%
B=61.85%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9941670.410.9800.35274.9795.3233.53
Hex634A729620231135f22
Octal14342475114204342313742
Binary110001110010100111101001110001001000111000100111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6304A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6304A7; }

 p { color: rgb(99,4,167); }

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

<style>
 a { background-color: #6304A7; }

 a { background-color: rgb(99,4,167); }

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

<style>
 span { border-color: #6304A7; }

 span { border-color: rgb(99,4,167); }

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