#6608D7

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

Shades of Electric Indigo #6608D7

Tints of Electric Indigo #6608D7

Color information

#6608D7 (or 0x6608D7) is unknown color: approx Electric Indigo. HEX triplet: 66, 08 and D7. RGB value is (102,8,215). Sum of RGB (Red+Green+Blue) = 102+8+215=325 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.38% from 325); Green value is 8 (3.52% from 255 or 2.46% from 325); Blue value is 215 (84.38% from 255 or 66.15% from 325); Max value from RGB is 215 - color contains mainly: blue. Hex color #6608D7 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6608D7 is #99F728. Grayscale: #3A3A3A. Windows color (decimal): -10090281 or 14092390. OLE color: 14092390.

HSL color Cylindrical-coordinate representation of color #6608D7: hue angle of 267.25º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6608D7 is Cyan = 0.53, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1028215-
CMYK0.530.9600.16
HSL267.25º92.83%43.73%-
HSV(B)267.25º96.28%84.31%-
XYZ17.837.964.88-
YUV59.7215.64158.17-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.38%
GREEN value IS 8 (3.52% from 255) = 2.46%
BLUE value IS 215 (84.38% from 255) = 66.15%
R=31.38%
G=2.46%
B=66.15%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal10282150.530.9600.16267.2592.8343.73
Hex668D7356001010b5d2c
Octal146103276514002041313554
Binary110011010001101011111010111000000100001000010111011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6608D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,8,215); }

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

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

 a { background-color: rgb(102,8,215); }

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

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

 span { border-color: rgb(102,8,215); }

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