Html Css Color HEX #680CEA Electric Indigo

📋 copy color: '#680CEA'

red 104 ◦ green 12 ◦ blue 234

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

Shades of Electric Indigo #680CEA

Tints of Electric Indigo #680CEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 66.86%

R = 29.71%
G = 3.43%
B = 66.86%

CMYK

 C value IS 0.56

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#680CEA (or 0x680CEA) is known color: Electric Indigo. HEX triplet: 68, 0C and EA. RGB value is (104,12,234). Sum of RGB (Red+Green+Blue) = 104+12+234=350 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.71% from 350); Green value is 12 (5.08% from 255 or 3.43% from 350); Blue value is 234 (91.80% from 255 or 66.86% from 350); Max value from RGB is 234 - color contains mainly: blue. Hex color #680CEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680CEA is #97F315. Grayscale: #404040. Windows color (decimal): -9958166 or 15338600. OLE color: 15338600.

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

Color convert

RGB 104 12 234 -
CMYK 0.56 0.95 0 0.08
HSL 264.86º 0.9% 0.48% -
HSV(B) 264.86º 0.95% 0.92% -
XYZ 20.69 9.15 78.52 -
YUV 64.82 223.48 155.95 -
System Red Green Blue C M Y K H S L
Decimal 104 12 234 0.56 0.95 0 0.08 264.86 0.9 0.48
Hex 68 C EA 38 5F 0 8 109 5A 30
Octal 150 14 352 70 137 0 10 411 132 60
Binary 1101000 1100 11101010 111000 1011111 0 1000 100001001 1011010 110000

Color Harmonies of #680CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CEA

Black with #680CEA

Text Example


Text Example

White with #680CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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