Html Css Color HEX #6B02FF Electric Indigo

📋 copy color: '#6B02FF'

red 107 ◦ green 2 ◦ blue 255

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

Shades of Electric Indigo #6B02FF

Tints of Electric Indigo #6B02FF

RGB

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

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

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

R = 29.4%
G = 0.55%
B = 70.05%

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

#6B02FF (or 0x6B02FF) is known color: Electric Indigo. HEX triplet: 6B, 02 and FF. RGB value is (107,2,255). Sum of RGB (Red+Green+Blue) = 107+2+255=364 (48% of max value = 765). Red value is 107 (42.19% from 255 or 29.40% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 255 (100% from 255 or 70.05% from 364); Max value from RGB is 255 - color contains mainly: blue. Hex color #6B02FF is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6B02FF is #94FD00. Grayscale: #3D3D3D. Windows color (decimal): -9764097 or 16712299. OLE color: 16712299.

HSL color Cylindrical-coordinate representation of color #6B02FF: hue angle of 264.9º 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 #6B02FF is Cyan = 0.58, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 107 2 255 -
CMYK 0.58 0.99 0 0
HSL 264.9º 1% 0.5% -
HSV(B) 264.9º 0.99% 1% -
XYZ 24.14 10.39 95.34 -
YUV 62.24 236.79 159.93 -
System Red Green Blue C M Y K H S L
Decimal 107 2 255 0.58 0.99 0 0 264.9 1 0.5
Hex 6B 2 FF 3A 63 0 0 109 64 32
Octal 153 2 377 72 143 0 0 411 144 62
Binary 1101011 10 11111111 111010 1100011 0 0 100001001 1100100 110010

Color Harmonies of #6B02FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6B02FF

Black with #6B02FF

Text Example


Text Example

White with #6B02FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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