Html Css Color HEX #680BEE Electric Indigo

📋 copy color: '#680BEE'

red 104 ◦ green 11 ◦ blue 238

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

Shades of Electric Indigo #680BEE

Tints of Electric Indigo #680BEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 67.42%

R = 29.46%
G = 3.12%
B = 67.42%

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

#680BEE (or 0x680BEE) is known color: Electric Indigo. HEX triplet: 68, 0B and EE. RGB value is (104,11,238). Sum of RGB (Red+Green+Blue) = 104+11+238=353 (46% of max value = 765). Red value is 104 (41.02% from 255 or 29.46% from 353); Green value is 11 (4.69% from 255 or 3.12% from 353); Blue value is 238 (93.36% from 255 or 67.42% from 353); Max value from RGB is 238 - color contains mainly: blue. Hex color #680BEE is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680BEE is #97F411. Grayscale: #3F3F3F. Windows color (decimal): -9958418 or 15600488. OLE color: 15600488.

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

Color convert

RGB 104 11 238 -
CMYK 0.56 0.95 0 0.07
HSL 264.58º 0.91% 0.49% -
HSV(B) 264.58º 0.95% 0.93% -
XYZ 21.26 9.36 81.57 -
YUV 64.69 225.81 156.04 -
System Red Green Blue C M Y K H S L
Decimal 104 11 238 0.56 0.95 0 0.07 264.58 0.91 0.49
Hex 68 B EE 38 5F 0 7 109 5B 31
Octal 150 13 356 70 137 0 7 411 133 61
Binary 1101000 1011 11101110 111000 1011111 0 111 100001001 1011011 110001

Color Harmonies of #680BEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BEE

Black with #680BEE

Text Example


Text Example

White with #680BEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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