#6C18FB

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

Shades of Electric Indigo #6C18FB

Tints of Electric Indigo #6C18FB

Color information

#6C18FB (or 0x6C18FB) is unknown color: approx Electric Indigo. HEX triplet: 6C, 18 and FB. RGB value is (108,24,251). Sum of RGB (Red+Green+Blue) = 108+24+251=383 (50% of max value = 765). Red value is 108 (42.58% from 255 or 28.20% from 383); Green value is 24 (9.77% from 255 or 6.27% from 383); Blue value is 251 (98.44% from 255 or 65.54% from 383); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C18FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C18FB is #93E704. Grayscale: #4A4A4A. Windows color (decimal): -9692933 or 16455788. OLE color: 16455788.

HSL color Cylindrical-coordinate representation of color #6C18FB: hue angle of 262.2º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6C18FB is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB10824251-
CMYK0.570.9000.02
HSL262.2º96.6%53.92%-
HSV(B)262.2º90.44%98.43%-
XYZ23.9210.8192.09-
YUV74.99227.33151.54-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 28.20%
GREEN value IS 24 (9.77% from 255) = 6.27%
BLUE value IS 251 (98.44% from 255) = 65.54%
R=28.20%
G=6.27%
B=65.54%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal108242510.570.9000.02262.296.653.92
Hex6C18FB395A021066136
Octal15430373711320240614166
Binary1101100110001111101111100110110100101000001101100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C18FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,24,251); }

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

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

 a { background-color: rgb(108,24,251); }

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

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

 span { border-color: rgb(108,24,251); }

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