Html Css Color HEX #6702FB Electric Indigo

📋 copy color: '#6702FB'

red 103 ◦ green 2 ◦ blue 251

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

Shades of Electric Indigo #6702FB

Tints of Electric Indigo #6702FB

RGB

 RED value IS 103 (40.63% from 255) = 28.93%

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

 BLUE value IS 251 (98.44% from 255) = 70.51%

R = 28.93%
G = 0.56%
B = 70.51%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6702FB (or 0x6702FB) is known color: Electric Indigo. HEX triplet: 67, 02 and FB. RGB value is (103,2,251). Sum of RGB (Red+Green+Blue) = 103+2+251=356 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.93% from 356); Green value is 2 (1.17% from 255 or 0.56% from 356); Blue value is 251 (98.44% from 255 or 70.51% from 356); Max value from RGB is 251 - color contains mainly: blue. Hex color #6702FB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6702FB is #98FD04. Grayscale: #3B3B3B. Windows color (decimal): -10026245 or 16450151. OLE color: 16450151.

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

Color convert

RGB 103 2 251 -
CMYK 0.59 0.99 0 0.02
HSL 264.34º 0.98% 0.5% -
HSV(B) 264.34º 0.99% 0.98% -
XYZ 23.03 9.89 91.96 -
YUV 60.59 235.46 158.25 -
System Red Green Blue C M Y K H S L
Decimal 103 2 251 0.59 0.99 0 0.02 264.34 0.98 0.5
Hex 67 2 FB 3B 63 0 2 108 62 32
Octal 147 2 373 73 143 0 2 410 142 62
Binary 1100111 10 11111011 111011 1100011 0 10 100001000 1100010 110010

Color Harmonies of #6702FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6702FB

Black with #6702FB

Text Example


Text Example

White with #6702FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6702FB; }

 p { color: rgb(103,2,251); }

 H1.HeaderClassName
 {
   color: #6702FB;
 }
 .AnyTagClassName
 {
   color: #6702FB;
 }
</style>

background-color css

<style>
 a { background-color: #6702FB; }

 a { background-color: rgb(103,2,251); }

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

border-color css

<style>
 span { border-color: #6702FB; }

 span { border-color: rgb(103,2,251); }

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