Html Css Color HEX #670AF6 Electric Indigo

📋 copy color: '#670AF6'

red 103 ◦ green 10 ◦ blue 246

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

Shades of Electric Indigo #670AF6

Tints of Electric Indigo #670AF6

RGB

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

 GREEN value IS 10 (4.3% from 255) = 2.79%

 BLUE value IS 246 (96.48% from 255) = 68.52%

R = 28.69%
G = 2.79%
B = 68.52%

CMYK

 C value IS 0.58

 M value IS 0.96

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#670AF6 (or 0x670AF6) is known color: Electric Indigo. HEX triplet: 67, 0A and F6. RGB value is (103,10,246). Sum of RGB (Red+Green+Blue) = 103+10+246=359 (47% of max value = 765). Red value is 103 (40.62% from 255 or 28.69% from 359); Green value is 10 (4.30% from 255 or 2.79% from 359); Blue value is 246 (96.48% from 255 or 68.52% from 359); Max value from RGB is 246 - color contains mainly: blue. Hex color #670AF6 is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670AF6 is #98F509. Grayscale: #3F3F3F. Windows color (decimal): -10024202 or 16124519. OLE color: 16124519.

HSL color Cylindrical-coordinate representation of color #670AF6: hue angle of 263.64º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670AF6 is Cyan = 0.58, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 103 10 246 -
CMYK 0.58 0.96 0 0.04
HSL 263.64º 0.93% 0.5% -
HSV(B) 263.64º 0.96% 0.96% -
XYZ 22.34 9.75 87.89 -
YUV 64.71 230.31 155.31 -
System Red Green Blue C M Y K H S L
Decimal 103 10 246 0.58 0.96 0 0.04 263.64 0.93 0.5
Hex 67 A F6 3A 60 0 4 108 5D 32
Octal 147 12 366 72 140 0 4 410 135 62
Binary 1100111 1010 11110110 111010 1100000 0 100 100001000 1011101 110010

Color Harmonies of #670AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670AF6

Black with #670AF6

Text Example


Text Example

White with #670AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #670AF6; }

 p { color: rgb(103,10,246); }

 H1.HeaderClassName
 {
   color: #670AF6;
 }
 .AnyTagClassName
 {
   color: #670AF6;
 }
</style>

background-color css

<style>
 a { background-color: #670AF6; }

 a { background-color: rgb(103,10,246); }

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

border-color css

<style>
 span { border-color: #670AF6; }

 span { border-color: rgb(103,10,246); }

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