Html Css Color HEX #680CDF Electric Indigo

📋 copy color: '#680CDF'

red 104 ◦ green 12 ◦ blue 223

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

Shades of Electric Indigo #680CDF

Tints of Electric Indigo #680CDF

RGB

 RED value IS 104 (41.02% from 255) = 30.68%

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

 BLUE value IS 223 (87.5% from 255) = 65.78%

R = 30.68%
G = 3.54%
B = 65.78%

CMYK

 C value IS 0.53

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#680CDF (or 0x680CDF) is known color: Electric Indigo. HEX triplet: 68, 0C and DF. RGB value is (104,12,223). Sum of RGB (Red+Green+Blue) = 104+12+223=339 (44% of max value = 765). Red value is 104 (41.02% from 255 or 30.68% from 339); Green value is 12 (5.08% from 255 or 3.54% from 339); Blue value is 223 (87.5% from 255 or 65.78% from 339); Max value from RGB is 223 - color contains mainly: blue. Hex color #680CDF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #680CDF is #97F320. Grayscale: #3E3E3E. Windows color (decimal): -9958177 or 14617704. OLE color: 14617704.

HSL color Cylindrical-coordinate representation of color #680CDF: hue angle of 266.16º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680CDF is Cyan = 0.53, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 104 12 223 -
CMYK 0.53 0.95 0 0.13
HSL 266.16º 0.9% 0.46% -
HSV(B) 266.16º 0.95% 0.87% -
XYZ 19.16 8.53 70.45 -
YUV 63.56 217.98 156.84 -
System Red Green Blue C M Y K H S L
Decimal 104 12 223 0.53 0.95 0 0.13 266.16 0.9 0.46
Hex 68 C DF 35 5F 0 D 10A 5A 2E
Octal 150 14 337 65 137 0 15 412 132 56
Binary 1101000 1100 11011111 110101 1011111 0 1101 100001010 1011010 101110

Color Harmonies of #680CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CDF

Black with #680CDF

Text Example


Text Example

White with #680CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #680CDF; }

 p { color: rgb(104,12,223); }

 H1.HeaderClassName
 {
   color: #680CDF;
 }
 .AnyTagClassName
 {
   color: #680CDF;
 }
</style>

background-color css

<style>
 a { background-color: #680CDF; }

 a { background-color: rgb(104,12,223); }

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

border-color css

<style>
 span { border-color: #680CDF; }

 span { border-color: rgb(104,12,223); }

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