Html Css Color HEX #6C02FE Electric Indigo

📋 copy color: '#6C02FE'

red 108 ◦ green 2 ◦ blue 254

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

Shades of Electric Indigo #6C02FE

Tints of Electric Indigo #6C02FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.78%

R = 29.67%
G = 0.55%
B = 69.78%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#6C02FE (or 0x6C02FE) is known color: Electric Indigo. HEX triplet: 6C, 02 and FE. RGB value is (108,2,254). Sum of RGB (Red+Green+Blue) = 108+2+254=364 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.67% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 254 (99.61% from 255 or 69.78% from 364); Max value from RGB is 254 - color contains mainly: blue. Hex color #6C02FE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C02FE is #93FD01. Grayscale: #3D3D3D. Windows color (decimal): -9698562 or 16646764. OLE color: 16646764.

HSL color Cylindrical-coordinate representation of color #6C02FE: hue angle of 265.24º degrees, saturation: 0.99, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #6C02FE is Cyan = 0.57, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 108 2 254 -
CMYK 0.57 0.99 0 0.00
HSL 265.24º 0.99% 0.5% -
HSV(B) 265.24º 0.99% 1% -
XYZ 24.1 10.39 94.5 -
YUV 62.42 236.12 160.51 -
System Red Green Blue C M Y K H S L
Decimal 108 2 254 0.57 0.99 0 0.00 265.24 0.99 0.5
Hex 6C 2 FE 39 63 0 0 109 63 32
Octal 154 2 376 71 143 0 0 411 143 62
Binary 1101100 10 11111110 111001 1100011 0 0 100001001 1100011 110010

Color Harmonies of #6C02FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C02FE

Black with #6C02FE

Text Example


Text Example

White with #6C02FE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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