Html Css Color HEX #680CED Electric Indigo

📋 copy color: '#680CED'

red 104 ◦ green 12 ◦ blue 237

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

Shades of Electric Indigo #680CED

Tints of Electric Indigo #680CED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 67.14%

R = 29.46%
G = 3.4%
B = 67.14%

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

#680CED (or 0x680CED) is known color: Electric Indigo. HEX triplet: 68, 0C and ED. RGB value is (104,12,237). Sum of RGB (Red+Green+Blue) = 104+12+237=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 12 (5.08% from 255 or 3.40% from 353); Blue value is 237 (92.97% from 255 or 67.14% from 353); Max value from RGB is 237 - color contains mainly: blue. Hex color #680CED is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680CED is #97F312. Grayscale: #404040. Windows color (decimal): -9958163 or 15535208. OLE color: 15535208.

HSL color Cylindrical-coordinate representation of color #680CED: hue angle of 264.53º 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 #680CED is Cyan = 0.56, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 104 12 237 -
CMYK 0.56 0.95 0 0.07
HSL 264.53º 0.9% 0.49% -
HSV(B) 264.53º 0.95% 0.93% -
XYZ 21.13 9.32 80.81 -
YUV 65.16 224.98 155.7 -
System Red Green Blue C M Y K H S L
Decimal 104 12 237 0.56 0.95 0 0.07 264.53 0.9 0.49
Hex 68 C ED 38 5F 0 7 109 5A 31
Octal 150 14 355 70 137 0 7 411 132 61
Binary 1101000 1100 11101101 111000 1011111 0 111 100001001 1011010 110001

Color Harmonies of #680CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CED

Black with #680CED

Text Example


Text Example

White with #680CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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