Html Css Color HEX #680BEA Electric Indigo

📋 copy color: '#680BEA'

red 104 ◦ green 11 ◦ blue 234

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

Shades of Electric Indigo #680BEA

Tints of Electric Indigo #680BEA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.15%

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

R = 29.8%
G = 3.15%
B = 67.05%

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

#680BEA (or 0x680BEA) is known color: Electric Indigo. HEX triplet: 68, 0B and EA. RGB value is (104,11,234). Sum of RGB (Red+Green+Blue) = 104+11+234=349 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.80% from 349); Green value is 11 (4.69% from 255 or 3.15% from 349); Blue value is 234 (91.80% from 255 or 67.05% from 349); Max value from RGB is 234 - color contains mainly: blue. Hex color #680BEA is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680BEA is #97F415. Grayscale: #3F3F3F. Windows color (decimal): -9958422 or 15338344. OLE color: 15338344.

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

Color convert

RGB 104 11 234 -
CMYK 0.56 0.95 0 0.08
HSL 265.02º 0.91% 0.48% -
HSV(B) 265.02º 0.95% 0.92% -
XYZ 20.68 9.12 78.51 -
YUV 64.23 223.81 156.37 -
System Red Green Blue C M Y K H S L
Decimal 104 11 234 0.56 0.95 0 0.08 265.02 0.91 0.48
Hex 68 B EA 38 5F 0 8 109 5B 30
Octal 150 13 352 70 137 0 10 411 133 60
Binary 1101000 1011 11101010 111000 1011111 0 1000 100001001 1011011 110000

Color Harmonies of #680BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BEA

Black with #680BEA

Text Example


Text Example

White with #680BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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