#6C08DA

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

Shades of Electric Indigo #6C08DA

Tints of Electric Indigo #6C08DA

Color information

#6C08DA (or 0x6C08DA) is unknown color: approx Electric Indigo. HEX triplet: 6C, 08 and DA. RGB value is (108,8,218). Sum of RGB (Red+Green+Blue) = 108+8+218=334 (44% of max value = 765). Red value is 108 (42.58% from 255 or 32.34% from 334); Green value is 8 (3.52% from 255 or 2.40% from 334); Blue value is 218 (85.55% from 255 or 65.27% from 334); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C08DA is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6C08DA is #93F725. Grayscale: #3D3D3D. Windows color (decimal): -9697062 or 14289004. OLE color: 14289004.

HSL color Cylindrical-coordinate representation of color #6C08DA: hue angle of 268.57º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6C08DA is Cyan = 0.50, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB1088218-
CMYK0.500.9600.15
HSL268.57º92.92%44.31%-
HSV(B)268.57º96.33%85.49%-
XYZ18.938.4266.96-
YUV61.84216.13160.92-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 32.34%
GREEN value IS 8 (3.52% from 255) = 2.40%
BLUE value IS 218 (85.55% from 255) = 65.27%
R=32.34%
G=2.40%
B=65.27%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal10882180.500.9600.15268.5792.9244.31
Hex6C8DA32600F10d5d2c
Octal154103326214001741513554
Binary11011001000110110101100101100000011111000011011011101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C08DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6C08DA; }

 p { color: rgb(108,8,218); }

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

<style>
 a { background-color: #6C08DA; }

 a { background-color: rgb(108,8,218); }

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

<style>
 span { border-color: #6C08DA; }

 span { border-color: rgb(108,8,218); }

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