Html Css Color HEX #680CEC Electric Indigo

📋 copy color: '#680CEC'

red 104 ◦ green 12 ◦ blue 236

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

Shades of Electric Indigo #680CEC

Tints of Electric Indigo #680CEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 67.05%

R = 29.55%
G = 3.41%
B = 67.05%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#680CEC (or 0x680CEC) is known color: Electric Indigo. HEX triplet: 68, 0C and EC. RGB value is (104,12,236). Sum of RGB (Red+Green+Blue) = 104+12+236=352 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.55% from 352); Green value is 12 (5.08% from 255 or 3.41% from 352); Blue value is 236 (92.58% from 255 or 67.05% from 352); Max value from RGB is 236 - color contains mainly: blue. Hex color #680CEC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680CEC is #97F313. Grayscale: #404040. Windows color (decimal): -9958164 or 15469672. OLE color: 15469672.

HSL color Cylindrical-coordinate representation of color #680CEC: hue angle of 264.64º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #680CEC is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 12 236 -
CMYK 0.56 0.95 0 0.07
HSL 264.64º 0.9% 0.49% -
HSV(B) 264.64º 0.95% 0.93% -
XYZ 20.98 9.26 80.04 -
YUV 65.04 224.48 155.79 -
System Red Green Blue C M Y K H S L
Decimal 104 12 236 0.56 0.95 0 0.07 264.64 0.9 0.49
Hex 68 C EC 38 5F 0 7 109 5A 31
Octal 150 14 354 70 137 0 7 411 132 61
Binary 1101000 1100 11101100 111000 1011111 0 111 100001001 1011010 110001

Color Harmonies of #680CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CEC

Black with #680CEC

Text Example


Text Example

White with #680CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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