Html Css Color HEX #680BFD Electric Indigo

📋 copy color: '#680BFD'

red 104 ◦ green 11 ◦ blue 253

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

Shades of Electric Indigo #680BFD

Tints of Electric Indigo #680BFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.75%

R = 28.26%
G = 2.99%
B = 68.75%

CMYK

 C value IS 0.59

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#680BFD (or 0x680BFD) is known color: Electric Indigo. HEX triplet: 68, 0B and FD. RGB value is (104,11,253). Sum of RGB (Red+Green+Blue) = 104+11+253=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 11 (4.69% from 255 or 2.99% from 368); Blue value is 253 (99.22% from 255 or 68.75% from 368); Max value from RGB is 253 - color contains mainly: blue. Hex color #680BFD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680BFD is #97F402. Grayscale: #414141. Windows color (decimal): -9958403 or 16583528. OLE color: 16583528.

HSL color Cylindrical-coordinate representation of color #680BFD: hue angle of 263.06º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #680BFD is Cyan = 0.59, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 104 11 253 -
CMYK 0.59 0.96 0 0.01
HSL 263.06º 0.98% 0.52% -
HSV(B) 263.06º 0.96% 0.99% -
XYZ 23.56 10.27 93.67 -
YUV 66.4 233.31 154.82 -
System Red Green Blue C M Y K H S L
Decimal 104 11 253 0.59 0.96 0 0.01 263.06 0.98 0.52
Hex 68 B FD 3B 60 0 1 107 62 34
Octal 150 13 375 73 140 0 1 407 142 64
Binary 1101000 1011 11111101 111011 1100000 0 1 100000111 1100010 110100

Color Harmonies of #680BFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680BFD

Black with #680BFD

Text Example


Text Example

White with #680BFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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