Html Css Color HEX #6C02F6 Electric Indigo

📋 copy color: '#6C02F6'

red 108 ◦ green 2 ◦ blue 246

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

Shades of Electric Indigo #6C02F6

Tints of Electric Indigo #6C02F6

RGB

 RED value IS 108 (42.58% from 255) = 30.34%

 GREEN value IS 2 (1.17% from 255) = 0.56%

 BLUE value IS 246 (96.48% from 255) = 69.1%

R = 30.34%
G = 0.56%
B = 69.1%

CMYK

 C value IS 0.56

 M value IS 0.99

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#6C02F6 (or 0x6C02F6) is known color: Electric Indigo. HEX triplet: 6C, 02 and F6. RGB value is (108,2,246). Sum of RGB (Red+Green+Blue) = 108+2+246=356 (47% of max value = 765). Red value is 108 (42.58% from 255 or 30.34% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 246 (96.48% from 255 or 69.10% from 356); Max value from RGB is 246 - color contains mainly: blue. Hex color #6C02F6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C02F6 is #93FD09. Grayscale: #3C3C3C. Windows color (decimal): -9698570 or 16122476. OLE color: 16122476.

HSL color Cylindrical-coordinate representation of color #6C02F6: hue angle of 266.07º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C02F6 is Cyan = 0.56, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 108 2 246 -
CMYK 0.56 0.99 0 0.04
HSL 266.07º 0.98% 0.49% -
HSV(B) 266.07º 0.99% 0.96% -
XYZ 22.84 9.89 87.89 -
YUV 61.51 232.12 161.16 -
System Red Green Blue C M Y K H S L
Decimal 108 2 246 0.56 0.99 0 0.04 266.07 0.98 0.49
Hex 6C 2 F6 38 63 0 4 10A 62 31
Octal 154 2 366 70 143 0 4 412 142 61
Binary 1101100 10 11110110 111000 1100011 0 100 100001010 1100010 110001

Color Harmonies of #6C02F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C02F6

Black with #6C02F6

Text Example


Text Example

White with #6C02F6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,2,246); }

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

background-color css

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

 a { background-color: rgb(108,2,246); }

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

border-color css

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

 span { border-color: rgb(108,2,246); }

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