#6902D7

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

Shades of Electric Indigo #6902D7

Tints of Electric Indigo #6902D7

Color information

#6902D7 (or 0x6902D7) is unknown color: approx Electric Indigo. HEX triplet: 69, 02 and D7. RGB value is (105,2,215). Sum of RGB (Red+Green+Blue) = 105+2+215=322 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.61% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 215 (84.38% from 255 or 66.77% from 322); Max value from RGB is 215 - color contains mainly: blue. Hex color #6902D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6902D7 is #96FD28. Grayscale: #383838. Windows color (decimal): -9895209 or 14090857. OLE color: 14090857.

HSL color Cylindrical-coordinate representation of color #6902D7: hue angle of 269.01º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902D7 is Cyan = 0.51, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1052215-
CMYK0.510.9900.16
HSL269.01º98.16%42.55%-
HSV(B)269.01º99.07%84.31%-
XYZ18.117.9564.87-
YUV57.08217.12162.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.61%
GREEN value IS 2 (1.17% from 255) = 0.62%
BLUE value IS 215 (84.38% from 255) = 66.77%
R=32.61%
G=0.62%
B=66.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10522150.510.9900.16269.0198.1642.55
Hex692D7336301010d622b
Octal15123276314302041514253
Binary1101001101101011111001111000110100001000011011100010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6902D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6902D7; }

 p { color: rgb(105,2,215); }

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

<style>
 a { background-color: #6902D7; }

 a { background-color: rgb(105,2,215); }

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

<style>
 span { border-color: #6902D7; }

 span { border-color: rgb(105,2,215); }

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