Html Css Color HEX #6C02FF Electric Indigo

📋 copy color: '#6C02FF'

red 108 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #6C02FF

Tints of Electric Indigo #6C02FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 69.86%

R = 29.59%
G = 0.55%
B = 69.86%

CMYK

 C value IS 0.58

 M value IS 0.99

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#6C02FF (or 0x6C02FF) is known color: Electric Indigo. HEX triplet: 6C, 02 and FF. RGB value is (108,2,255). Sum of RGB (Red+Green+Blue) = 108+2+255=365 (48% of max value = 765). Red value is 108 (42.58% from 255 or 29.59% from 365); Green value is 2 (1.17% from 255 or 0.55% from 365); Blue value is 255 (100% from 255 or 69.86% from 365); Max value from RGB is 255 - color contains mainly: blue. Hex color #6C02FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C02FF is #93FD00. Grayscale: #3D3D3D. Windows color (decimal): -9698561 or 16712300. OLE color: 16712300.

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

Color convert

RGB 108 2 255 -
CMYK 0.58 0.99 0 0
HSL 265.14º 1% 0.5% -
HSV(B) 265.14º 0.99% 1% -
XYZ 24.26 10.45 95.35 -
YUV 62.54 236.62 160.43 -
System Red Green Blue C M Y K H S L
Decimal 108 2 255 0.58 0.99 0 0 265.14 1 0.5
Hex 6C 2 FF 3A 63 0 0 109 64 32
Octal 154 2 377 72 143 0 0 411 144 62
Binary 1101100 10 11111111 111010 1100011 0 0 100001001 1100100 110010

Color Harmonies of #6C02FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C02FF

Black with #6C02FF

Text Example


Text Example

White with #6C02FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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