Html Css Color HEX #6702FD Electric Indigo

📋 copy color: '#6702FD'

red 103 ◦ green 2 ◦ blue 253

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

Shades of Electric Indigo #6702FD

Tints of Electric Indigo #6702FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 70.67%

R = 28.77%
G = 0.56%
B = 70.67%

CMYK

 C value IS 0.59

 M value IS 0.99

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6702FD (or 0x6702FD) is known color: Electric Indigo. HEX triplet: 67, 02 and FD. RGB value is (103,2,253). Sum of RGB (Red+Green+Blue) = 103+2+253=358 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.77% from 358); Green value is 2 (1.17% from 255 or 0.56% from 358); Blue value is 253 (99.22% from 255 or 70.67% from 358); Max value from RGB is 253 - color contains mainly: blue. Hex color #6702FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6702FD is #98FD02. Grayscale: #3B3B3B. Windows color (decimal): -10026243 or 16581223. OLE color: 16581223.

HSL color Cylindrical-coordinate representation of color #6702FD: hue angle of 264.14º 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 #6702FD is Cyan = 0.59, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 2 253 -
CMYK 0.59 0.99 0 0.01
HSL 264.14º 0.98% 0.5% -
HSV(B) 264.14º 0.99% 0.99% -
XYZ 23.34 10.02 93.63 -
YUV 60.81 236.46 158.09 -
System Red Green Blue C M Y K H S L
Decimal 103 2 253 0.59 0.99 0 0.01 264.14 0.98 0.5
Hex 67 2 FD 3B 63 0 1 108 62 32
Octal 147 2 375 73 143 0 1 410 142 62
Binary 1100111 10 11111101 111011 1100011 0 1 100001000 1100010 110010

Color Harmonies of #6702FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6702FD

Black with #6702FD

Text Example


Text Example

White with #6702FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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