Html Css Color HEX #670AFE Electric Indigo

📋 copy color: '#670AFE'

red 103 ◦ green 10 ◦ blue 254

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

Shades of Electric Indigo #670AFE

Tints of Electric Indigo #670AFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 69.21%

R = 28.07%
G = 2.72%
B = 69.21%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#670AFE (or 0x670AFE) is known color: Electric Indigo. HEX triplet: 67, 0A and FE. RGB value is (103,10,254). Sum of RGB (Red+Green+Blue) = 103+10+254=367 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.07% from 367); Green value is 10 (4.30% from 255 or 2.72% from 367); Blue value is 254 (99.61% from 255 or 69.21% from 367); Max value from RGB is 254 - color contains mainly: blue. Hex color #670AFE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670AFE is #98F501. Grayscale: #404040. Windows color (decimal): -10024194 or 16648807. OLE color: 16648807.

HSL color Cylindrical-coordinate representation of color #670AFE: hue angle of 262.87º degrees, saturation: 0.99, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670AFE is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 103 10 254 -
CMYK 0.59 0.96 0 0.00
HSL 262.87º 0.99% 0.52% -
HSV(B) 262.87º 0.96% 1% -
XYZ 23.59 10.26 94.5 -
YUV 65.62 234.31 154.66 -
System Red Green Blue C M Y K H S L
Decimal 103 10 254 0.59 0.96 0 0.00 262.87 0.99 0.52
Hex 67 A FE 3B 60 0 0 107 63 34
Octal 147 12 376 73 140 0 0 407 143 64
Binary 1100111 1010 11111110 111011 1100000 0 0 100000111 1100011 110100

Color Harmonies of #670AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670AFE

Black with #670AFE

Text Example


Text Example

White with #670AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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