#6304AC

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

Shades of Indigo #6304AC

Tints of Indigo #6304AC

Color information

#6304AC (or 0x6304AC) is unknown color: approx Indigo. HEX triplet: 63, 04 and AC. RGB value is (99,4,172). Sum of RGB (Red+Green+Blue) = 99+4+172=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 4 (1.95% from 255 or 1.45% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #6304AC is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6304AC is #9CFB53. Grayscale: #323232. Windows color (decimal): -10287956 or 11273315. OLE color: 11273315.

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

Color convert

RGB994172-
CMYK0.420.9800.33
HSL273.93º95.45%34.51%-
HSV(B)273.93º97.67%67.45%-
XYZ12.645.7239.47-
YUV51.56195.97161.84-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 4 (1.95% from 255) = 1.45%
BLUE value IS 172 (67.58% from 255) = 62.55%
R=36%
G=1.45%
B=62.55%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9941720.420.9800.33273.9395.4534.51
Hex634AC2A620211125f23
Octal14342545214204142213743
Binary110001110010101100101010110001001000011000100101011111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6304AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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