Html Css Color HEX #680CFC Electric Indigo

📋 copy color: '#680CFC'

red 104 ◦ green 12 ◦ blue 252

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

Shades of Electric Indigo #680CFC

Tints of Electric Indigo #680CFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 68.48%

R = 28.26%
G = 3.26%
B = 68.48%

CMYK

 C value IS 0.59

 M value IS 0.95

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#680CFC (or 0x680CFC) is known color: Electric Indigo. HEX triplet: 68, 0C and FC. RGB value is (104,12,252). Sum of RGB (Red+Green+Blue) = 104+12+252=368 (48% of max value = 765). Red value is 104 (41.02% from 255 or 28.26% from 368); Green value is 12 (5.08% from 255 or 3.26% from 368); Blue value is 252 (98.83% from 255 or 68.48% from 368); Max value from RGB is 252 - color contains mainly: blue. Hex color #680CFC is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #680CFC is #97F303. Grayscale: #424242. Windows color (decimal): -9958148 or 16518248. OLE color: 16518248.

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

Color convert

RGB 104 12 252 -
CMYK 0.59 0.95 0 0.01
HSL 263º 0.98% 0.52% -
HSV(B) 263º 0.95% 0.99% -
XYZ 23.41 10.23 92.84 -
YUV 66.87 232.48 154.49 -
System Red Green Blue C M Y K H S L
Decimal 104 12 252 0.59 0.95 0 0.01 263 0.98 0.52
Hex 68 C FC 3B 5F 0 1 107 62 34
Octal 150 14 374 73 137 0 1 407 142 64
Binary 1101000 1100 11111100 111011 1011111 0 1 100000111 1100010 110100

Color Harmonies of #680CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #680CFC

Black with #680CFC

Text Example


Text Example

White with #680CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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