Html Css Color HEX #6707FC Electric Indigo

📋 copy color: '#6707FC'

red 103 ◦ green 7 ◦ blue 252

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

Shades of Electric Indigo #6707FC

Tints of Electric Indigo #6707FC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.93%

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

R = 28.45%
G = 1.93%
B = 69.61%

CMYK

 C value IS 0.59

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6707FC (or 0x6707FC) is known color: Electric Indigo. HEX triplet: 67, 07 and FC. RGB value is (103,7,252). Sum of RGB (Red+Green+Blue) = 103+7+252=362 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.45% from 362); Green value is 7 (3.12% from 255 or 1.93% from 362); Blue value is 252 (98.83% from 255 or 69.61% from 362); Max value from RGB is 252 - color contains mainly: blue. Hex color #6707FC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6707FC is #98F803. Grayscale: #3E3E3E. Windows color (decimal): -10024964 or 16516967. OLE color: 16516967.

HSL color Cylindrical-coordinate representation of color #6707FC: hue angle of 263.51º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6707FC is Cyan = 0.59, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 103 7 252 -
CMYK 0.59 0.97 0 0.01
HSL 263.51º 0.98% 0.51% -
HSV(B) 263.51º 0.97% 0.99% -
XYZ 23.24 10.06 92.81 -
YUV 63.63 234.3 156.08 -
System Red Green Blue C M Y K H S L
Decimal 103 7 252 0.59 0.97 0 0.01 263.51 0.98 0.51
Hex 67 7 FC 3B 61 0 1 108 62 33
Octal 147 7 374 73 141 0 1 410 142 63
Binary 1100111 111 11111100 111011 1100001 0 1 100001000 1100010 110011

Color Harmonies of #6707FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6707FC

Black with #6707FC

Text Example


Text Example

White with #6707FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6707FC; }

 p { color: rgb(103,7,252); }

 H1.HeaderClassName
 {
   color: #6707FC;
 }
 .AnyTagClassName
 {
   color: #6707FC;
 }
</style>

background-color css

<style>
 a { background-color: #6707FC; }

 a { background-color: rgb(103,7,252); }

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

border-color css

<style>
 span { border-color: #6707FC; }

 span { border-color: rgb(103,7,252); }

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