#6B18F8

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

Shades of Electric Indigo #6B18F8

Tints of Electric Indigo #6B18F8

Color information

#6B18F8 (or 0x6B18F8) is unknown color: approx Electric Indigo. HEX triplet: 6B, 18 and F8. RGB value is (107,24,248). Sum of RGB (Red+Green+Blue) = 107+24+248=379 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.23% from 379); Green value is 24 (9.77% from 255 or 6.33% from 379); Blue value is 248 (97.27% from 255 or 65.44% from 379); Max value from RGB is 248 - color contains mainly: blue. Hex color #6B18F8 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B18F8 is #94E707. Grayscale: #494949. Windows color (decimal): -9758472 or 16259179. OLE color: 16259179.

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

Color convert

RGB10724248-
CMYK0.570.9000.03
HSL262.23º94.12%53.33%-
HSV(B)262.23º90.32%97.25%-
XYZ23.3310.5689.61-
YUV74.35226151.29-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 28.23%
GREEN value IS 24 (9.77% from 255) = 6.33%
BLUE value IS 248 (97.27% from 255) = 65.44%
R=28.23%
G=6.33%
B=65.44%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal107242480.570.9000.03262.2394.1253.33
Hex6B18F8395A031065e35
Octal15330370711320340613665
Binary1101011110001111100011100110110100111000001101011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B18F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,24,248); }

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

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

 a { background-color: rgb(107,24,248); }

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

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

 span { border-color: rgb(107,24,248); }

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