Html Css Color HEX #670DDE Electric Indigo

📋 copy color: '#670DDE'

red 103 ◦ green 13 ◦ blue 222

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

Shades of Electric Indigo #670DDE

Tints of Electric Indigo #670DDE

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.85%

 BLUE value IS 222 (87.11% from 255) = 65.68%

R = 30.47%
G = 3.85%
B = 65.68%

CMYK

 C value IS 0.54

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#670DDE (or 0x670DDE) is known color: Electric Indigo. HEX triplet: 67, 0D and DE. RGB value is (103,13,222). Sum of RGB (Red+Green+Blue) = 103+13+222=338 (44% of max value = 765). Red value is 103 (40.62% from 255 or 30.47% from 338); Green value is 13 (5.47% from 255 or 3.85% from 338); Blue value is 222 (87.11% from 255 or 65.68% from 338); Max value from RGB is 222 - color contains mainly: blue. Hex color #670DDE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #670DDE is #98F221. Grayscale: #3E3E3E. Windows color (decimal): -10023458 or 14552423. OLE color: 14552423.

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

Color convert

RGB 103 13 222 -
CMYK 0.54 0.94 0 0.13
HSL 265.84º 0.89% 0.46% -
HSV(B) 265.84º 0.94% 0.87% -
XYZ 18.92 8.45 69.74 -
YUV 63.74 217.32 156.01 -
System Red Green Blue C M Y K H S L
Decimal 103 13 222 0.54 0.94 0 0.13 265.84 0.89 0.46
Hex 67 D DE 36 5E 0 D 10A 59 2E
Octal 147 15 336 66 136 0 15 412 131 56
Binary 1100111 1101 11011110 110110 1011110 0 1101 100001010 1011001 101110

Color Harmonies of #670DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670DDE

Black with #670DDE

Text Example


Text Example

White with #670DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,13,222); }

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

background-color css

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

 a { background-color: rgb(103,13,222); }

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

border-color css

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

 span { border-color: rgb(103,13,222); }

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