Html Css Color HEX #670BFA Electric Indigo

📋 copy color: '#670BFA'

red 103 ◦ green 11 ◦ blue 250

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

Shades of Electric Indigo #670BFA

Tints of Electric Indigo #670BFA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.02%

 BLUE value IS 250 (98.05% from 255) = 68.68%

R = 28.3%
G = 3.02%
B = 68.68%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#670BFA (or 0x670BFA) is known color: Electric Indigo. HEX triplet: 67, 0B and FA. RGB value is (103,11,250). Sum of RGB (Red+Green+Blue) = 103+11+250=364 (48% of max value = 765). Red value is 103 (40.62% from 255 or 28.30% from 364); Green value is 11 (4.69% from 255 or 3.02% from 364); Blue value is 250 (98.05% from 255 or 68.68% from 364); Max value from RGB is 250 - color contains mainly: blue. Hex color #670BFA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670BFA is #98F405. Grayscale: #404040. Windows color (decimal): -10023942 or 16386919. OLE color: 16386919.

HSL color Cylindrical-coordinate representation of color #670BFA: hue angle of 263.1º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #670BFA is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 103 11 250 -
CMYK 0.59 0.96 0 0.02
HSL 263.1º 0.96% 0.51% -
HSV(B) 263.1º 0.96% 0.98% -
XYZ 22.97 10.03 91.17 -
YUV 65.75 231.98 154.57 -
System Red Green Blue C M Y K H S L
Decimal 103 11 250 0.59 0.96 0 0.02 263.1 0.96 0.51
Hex 67 B FA 3B 60 0 2 107 60 33
Octal 147 13 372 73 140 0 2 407 140 63
Binary 1100111 1011 11111010 111011 1100000 0 10 100000111 1100000 110011

Color Harmonies of #670BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670BFA

Black with #670BFA

Text Example


Text Example

White with #670BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,11,250); }

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

background-color css

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

 a { background-color: rgb(103,11,250); }

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

border-color css

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

 span { border-color: rgb(103,11,250); }

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