Html Css Color HEX #660DFC Electric Indigo

📋 copy color: '#660DFC'

red 102 ◦ green 13 ◦ blue 252

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

Shades of Electric Indigo #660DFC

Tints of Electric Indigo #660DFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.66%

R = 27.79%
G = 3.54%
B = 68.66%

CMYK

 C value IS 0.60

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#660DFC (or 0x660DFC) is known color: Electric Indigo. HEX triplet: 66, 0D and FC. RGB value is (102,13,252). Sum of RGB (Red+Green+Blue) = 102+13+252=367 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.79% from 367); Green value is 13 (5.47% from 255 or 3.54% from 367); Blue value is 252 (98.83% from 255 or 68.66% from 367); Max value from RGB is 252 - color contains mainly: blue. Hex color #660DFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660DFC is #99F203. Grayscale: #414141. Windows color (decimal): -10088964 or 16518502. OLE color: 16518502.

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

Color convert

RGB 102 13 252 -
CMYK 0.60 0.95 0 0.01
HSL 262.34º 0.98% 0.52% -
HSV(B) 262.34º 0.95% 0.99% -
XYZ 23.19 10.14 92.83 -
YUV 66.86 232.49 153.07 -
System Red Green Blue C M Y K H S L
Decimal 102 13 252 0.60 0.95 0 0.01 262.34 0.98 0.52
Hex 66 D FC 3C 5F 0 1 106 62 34
Octal 146 15 374 74 137 0 1 406 142 64
Binary 1100110 1101 11111100 111100 1011111 0 1 100000110 1100010 110100

Color Harmonies of #660DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660DFC

Black with #660DFC

Text Example


Text Example

White with #660DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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