Html Css Color HEX #6D02FC Electric Indigo

📋 copy color: '#6D02FC'

red 109 ◦ green 2 ◦ blue 252

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

Shades of Electric Indigo #6D02FC

Tints of Electric Indigo #6D02FC

RGB

 RED value IS 109 (42.97% from 255) = 30.03%

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

 BLUE value IS 252 (98.83% from 255) = 69.42%

R = 30.03%
G = 0.55%
B = 69.42%

CMYK

 C value IS 0.57

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6D02FC (or 0x6D02FC) is known color: Electric Indigo. HEX triplet: 6D, 02 and FC. RGB value is (109,2,252). Sum of RGB (Red+Green+Blue) = 109+2+252=363 (48% of max value = 765). Red value is 109 (42.97% from 255 or 30.03% from 363); Green value is 2 (1.17% from 255 or 0.55% from 363); Blue value is 252 (98.83% from 255 or 69.42% from 363); Max value from RGB is 252 - color contains mainly: blue. Hex color #6D02FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6D02FC is #92FD03. Grayscale: #3D3D3D. Windows color (decimal): -9633028 or 16515693. OLE color: 16515693.

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

Color convert

RGB 109 2 252 -
CMYK 0.57 0.99 0 0.01
HSL 265.68º 0.98% 0.5% -
HSV(B) 265.68º 0.99% 0.99% -
XYZ 23.9 10.32 92.83 -
YUV 62.49 234.95 161.17 -
System Red Green Blue C M Y K H S L
Decimal 109 2 252 0.57 0.99 0 0.01 265.68 0.98 0.5
Hex 6D 2 FC 39 63 0 1 10A 62 32
Octal 155 2 374 71 143 0 1 412 142 62
Binary 1101101 10 11111100 111001 1100011 0 1 100001010 1100010 110010

Color Harmonies of #6D02FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D02FC

Black with #6D02FC

Text Example


Text Example

White with #6D02FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,2,252); }

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

background-color css

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

 a { background-color: rgb(109,2,252); }

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

border-color css

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

 span { border-color: rgb(109,2,252); }

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