#6300AE

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

Shades of Indigo #6300AE

Tints of Indigo #6300AE

Color information

#6300AE (or 0x6300AE) is unknown color: approx Indigo. HEX triplet: 63, 00 and AE. RGB value is (99,0,174). Sum of RGB (Red+Green+Blue) = 99+0+174=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 174 (68.36% from 255 or 63.74% from 273); Max value from RGB is 174 - color contains mainly: blue. Hex color #6300AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6300AE is #9CFF51. Grayscale: #303030. Windows color (decimal): -10288978 or 11403363. OLE color: 11403363.

HSL color Cylindrical-coordinate representation of color #6300AE: hue angle of 274.14º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6300AE is Cyan = 0.43, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB990174-
CMYK0.43100.32
HSL274.14º100%34.12%-
HSV(B)274.14º100%68.24%-
XYZ12.795.7140.47-
YUV49.44198.3163.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 174 (68.36% from 255) = 63.74%
R=36.26%
G=0%
B=63.74%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9901740.43100.32274.1410034.12
Hex630AE2B640201126422
Octal14302565314404042214442
Binary1100011010101110101011110010001000001000100101100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6300AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6300AE; }

 p { color: rgb(99,0,174); }

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

<style>
 a { background-color: #6300AE; }

 a { background-color: rgb(99,0,174); }

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

<style>
 span { border-color: #6300AE; }

 span { border-color: rgb(99,0,174); }

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