Html Css Color HEX #670ADF Electric Indigo

📋 copy color: '#670ADF'

red 103 ◦ green 10 ◦ blue 223

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

Shades of Electric Indigo #670ADF

Tints of Electric Indigo #670ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 66.37%

R = 30.65%
G = 2.98%
B = 66.37%

CMYK

 C value IS 0.54

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#670ADF (or 0x670ADF) is known color: Electric Indigo. HEX triplet: 67, 0A and DF. RGB value is (103,10,223). Sum of RGB (Red+Green+Blue) = 103+10+223=336 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.65% from 336); Green value is 10 (4.30% from 255 or 2.98% from 336); Blue value is 223 (87.5% from 255 or 66.37% from 336); Max value from RGB is 223 - color contains mainly: blue. Hex color #670ADF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670ADF is #98F520. Grayscale: #3D3D3D. Windows color (decimal): -10024225 or 14617191. OLE color: 14617191.

HSL color Cylindrical-coordinate representation of color #670ADF: hue angle of 266.2º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670ADF is Cyan = 0.54, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 10 223 -
CMYK 0.54 0.96 0 0.13
HSL 266.2º 0.91% 0.46% -
HSV(B) 266.2º 0.96% 0.87% -
XYZ 19.02 8.43 70.44 -
YUV 62.09 218.81 157.18 -
System Red Green Blue C M Y K H S L
Decimal 103 10 223 0.54 0.96 0 0.13 266.2 0.91 0.46
Hex 67 A DF 36 60 0 D 10A 5B 2E
Octal 147 12 337 66 140 0 15 412 133 56
Binary 1100111 1010 11011111 110110 1100000 0 1101 100001010 1011011 101110

Color Harmonies of #670ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670ADF

Black with #670ADF

Text Example


Text Example

White with #670ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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