#6903A7

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

Shades of Indigo #6903A7

Tints of Indigo #6903A7

Color information

#6903A7 (or 0x6903A7) is unknown color: approx Indigo. HEX triplet: 69, 03 and A7. RGB value is (105,3,167). Sum of RGB (Red+Green+Blue) = 105+3+167=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 167 (65.62% from 255 or 60.73% from 275); Max value from RGB is 167 - color contains mainly: blue. Hex color #6903A7 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #6903A7 is #96FC58. Grayscale: #333333. Windows color (decimal): -9895001 or 10945385. OLE color: 10945385.

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

Color convert

RGB1053167-
CMYK0.370.9800.35
HSL277.32º96.47%33.33%-
HSV(B)277.32º98.2%65.49%-
XYZ12.835.8637.01-
YUV52.19192.79165.66-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 167 (65.62% from 255) = 60.73%
R=38.18%
G=1.09%
B=60.73%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal10531670.370.9800.35277.3296.4733.33
Hex693A725620231156021
Octal15132474514204342514041
Binary11010011110100111100101110001001000111000101011100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6903A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,3,167); }

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

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

 a { background-color: rgb(105,3,167); }

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

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

 span { border-color: rgb(105,3,167); }

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