Html Css Color HEX #660CFB Electric Indigo

📋 copy color: '#660CFB'

red 102 ◦ green 12 ◦ blue 251

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

Shades of Electric Indigo #660CFB

Tints of Electric Indigo #660CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.29%

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

R = 27.95%
G = 3.29%
B = 68.77%

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

#660CFB (or 0x660CFB) is known color: Electric Indigo. HEX triplet: 66, 0C and FB. RGB value is (102,12,251). Sum of RGB (Red+Green+Blue) = 102+12+251=365 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.95% from 365); Green value is 12 (5.08% from 255 or 3.29% from 365); Blue value is 251 (98.44% from 255 or 68.77% from 365); Max value from RGB is 251 - color contains mainly: blue. Hex color #660CFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #660CFB is #99F304. Grayscale: #414141. Windows color (decimal): -10089221 or 16452710. OLE color: 16452710.

HSL color Cylindrical-coordinate representation of color #660CFB: hue angle of 262.59º 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 #660CFB is Cyan = 0.59, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 102 12 251 -
CMYK 0.59 0.95 0 0.02
HSL 262.59º 0.97% 0.52% -
HSV(B) 262.59º 0.95% 0.98% -
XYZ 23.02 10.05 91.99 -
YUV 66.16 232.32 153.57 -
System Red Green Blue C M Y K H S L
Decimal 102 12 251 0.59 0.95 0 0.02 262.59 0.97 0.52
Hex 66 C FB 3B 5F 0 2 107 61 34
Octal 146 14 373 73 137 0 2 407 141 64
Binary 1100110 1100 11111011 111011 1011111 0 10 100000111 1100001 110100

Color Harmonies of #660CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #660CFB

Black with #660CFB

Text Example


Text Example

White with #660CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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