Html Css Color HEX #660DFB Electric Indigo

📋 copy color: '#660DFB'

red 102 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #660DFB

Tints of Electric Indigo #660DFB

RGB

 RED value IS 102 (40.23% from 255) = 27.87%

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

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

R = 27.87%
G = 3.55%
B = 68.58%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#660DFB (or 0x660DFB) is known color: Electric Indigo. HEX triplet: 66, 0D and FB. RGB value is (102,13,251). Sum of RGB (Red+Green+Blue) = 102+13+251=366 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.87% from 366); Green value is 13 (5.47% from 255 or 3.55% from 366); Blue value is 251 (98.44% from 255 or 68.58% from 366); Max value from RGB is 251 - color contains mainly: blue. Hex color #660DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660DFB is #99F204. Grayscale: #414141. Windows color (decimal): -10088965 or 16452966. OLE color: 16452966.

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

Color convert

RGB 102 13 251 -
CMYK 0.59 0.95 0 0.02
HSL 262.44º 0.97% 0.52% -
HSV(B) 262.44º 0.95% 0.98% -
XYZ 23.04 10.08 92 -
YUV 66.74 231.99 153.15 -
System Red Green Blue C M Y K H S L
Decimal 102 13 251 0.59 0.95 0 0.02 262.44 0.97 0.52
Hex 66 D FB 3B 5F 0 2 106 61 34
Octal 146 15 373 73 137 0 2 406 141 64
Binary 1100110 1101 11111011 111011 1011111 0 10 100000110 1100001 110100

Color Harmonies of #660DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DFB

Black with #660DFB

Text Example


Text Example

White with #660DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #660DFB; }

 p { color: rgb(102,13,251); }

 H1.HeaderClassName
 {
   color: #660DFB;
 }
 .AnyTagClassName
 {
   color: #660DFB;
 }
</style>

background-color css

<style>
 a { background-color: #660DFB; }

 a { background-color: rgb(102,13,251); }

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

border-color css

<style>
 span { border-color: #660DFB; }

 span { border-color: rgb(102,13,251); }

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