Html Css Color HEX #6B18F9 Electric Indigo

📋 copy color: '#6B18F9'

red 107 ◦ green 24 ◦ blue 249

#6B18F9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Electric Indigo #6B18F9

Tints of Electric Indigo #6B18F9

RGB

 RED value IS 107 (42.19% from 255) = 28.16%

 GREEN value IS 24 (9.77% from 255) = 6.32%

 BLUE value IS 249 (97.66% from 255) = 65.53%

R = 28.16%
G = 6.32%
B = 65.53%

CMYK

 C value IS 0.57

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6B18F9 (or 0x6B18F9) is known color: Electric Indigo. HEX triplet: 6B, 18 and F9. RGB value is (107,24,249). Sum of RGB (Red+Green+Blue) = 107+24+249=380 (50% of max value = 765). Red value is 107 (42.19% from 255 or 28.16% from 380); Green value is 24 (9.77% from 255 or 6.32% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #6B18F9 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B18F9 is #94E706. Grayscale: #494949. Windows color (decimal): -9758471 or 16324715. OLE color: 16324715.

HSL color Cylindrical-coordinate representation of color #6B18F9: hue angle of 262.13º degrees, saturation: 0.95, 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 #6B18F9 is Cyan = 0.57, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 107 24 249 -
CMYK 0.57 0.90 0 0.02
HSL 262.13º 0.95% 0.54% -
HSV(B) 262.13º 0.9% 0.98% -
XYZ 23.49 10.62 90.43 -
YUV 74.47 226.5 151.2 -
System Red Green Blue C M Y K H S L
Decimal 107 24 249 0.57 0.90 0 0.02 262.13 0.95 0.54
Hex 6B 18 F9 39 5A 0 2 106 5F 36
Octal 153 30 371 71 132 0 2 406 137 66
Binary 1101011 11000 11111001 111001 1011010 0 10 100000110 1011111 110110

Color Harmonies of #6B18F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B18F9

Black with #6B18F9

Text Example


Text Example

White with #6B18F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6B18F9;
 }
 .AnyTagClassName
 {
   color: #6B18F9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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