#6902DC

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

Shades of Electric Indigo #6902DC

Tints of Electric Indigo #6902DC

Color information

#6902DC (or 0x6902DC) is unknown color: approx Electric Indigo. HEX triplet: 69, 02 and DC. RGB value is (105,2,220). Sum of RGB (Red+Green+Blue) = 105+2+220=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 220 (86.33% from 255 or 67.28% from 327); Max value from RGB is 220 - color contains mainly: blue. Hex color #6902DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6902DC is #96FD23. Grayscale: #383838. Windows color (decimal): -9895204 or 14418537. OLE color: 14418537.

HSL color Cylindrical-coordinate representation of color #6902DC: hue angle of 268.35º degrees, saturation: 0.98, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6902DC is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB1052220-
CMYK0.520.9900.14
HSL268.35º98.2%43.53%-
HSV(B)268.35º99.09%86.27%-
XYZ18.778.2168.31-
YUV57.65219.62161.77-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 2 (1.17% from 255) = 0.61%
BLUE value IS 220 (86.33% from 255) = 67.28%
R=32.11%
G=0.61%
B=67.28%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal10522200.520.9900.14268.3598.243.53
Hex692DC34630E10c622c
Octal15123346414301641414254
Binary110100110110111001101001100011011101000011001100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6902DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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