Html Css Color HEX #670FFB Electric Indigo

📋 copy color: '#670FFB'

red 103 ◦ green 15 ◦ blue 251

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

Shades of Electric Indigo #670FFB

Tints of Electric Indigo #670FFB

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.07%

 BLUE value IS 251 (98.44% from 255) = 68.02%

R = 27.91%
G = 4.07%
B = 68.02%

CMYK

 C value IS 0.59

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#670FFB (or 0x670FFB) is known color: Electric Indigo. HEX triplet: 67, 0F and FB. RGB value is (103,15,251). Sum of RGB (Red+Green+Blue) = 103+15+251=369 (48% of max value = 765). Red value is 103 (40.62% from 255 or 27.91% from 369); Green value is 15 (6.25% from 255 or 4.07% from 369); Blue value is 251 (98.44% from 255 or 68.02% from 369); Max value from RGB is 251 - color contains mainly: blue. Hex color #670FFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #670FFB is #98F004. Grayscale: #434343. Windows color (decimal): -10022917 or 16453479. OLE color: 16453479.

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

Color convert

RGB 103 15 251 -
CMYK 0.59 0.94 0 0.02
HSL 262.37º 0.97% 0.52% -
HSV(B) 262.37º 0.94% 0.98% -
XYZ 23.18 10.19 92.01 -
YUV 68.22 231.15 152.81 -
System Red Green Blue C M Y K H S L
Decimal 103 15 251 0.59 0.94 0 0.02 262.37 0.97 0.52
Hex 67 F FB 3B 5E 0 2 106 61 34
Octal 147 17 373 73 136 0 2 406 141 64
Binary 1100111 1111 11111011 111011 1011110 0 10 100000110 1100001 110100

Color Harmonies of #670FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #670FFB

Black with #670FFB

Text Example


Text Example

White with #670FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,15,251); }

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

background-color css

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

 a { background-color: rgb(103,15,251); }

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

border-color css

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

 span { border-color: rgb(103,15,251); }

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