Html Css Color HEX #6C0DFB Electric Indigo

📋 copy color: '#6C0DFB'

red 108 ◦ green 13 ◦ blue 251

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

Shades of Electric Indigo #6C0DFB

Tints of Electric Indigo #6C0DFB

RGB

 RED value IS 108 (42.58% from 255) = 29.03%

 GREEN value IS 13 (5.47% from 255) = 3.49%

 BLUE value IS 251 (98.44% from 255) = 67.47%

R = 29.03%
G = 3.49%
B = 67.47%

CMYK

 C value IS 0.57

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#6C0DFB (or 0x6C0DFB) is known color: Electric Indigo. HEX triplet: 6C, 0D and FB. RGB value is (108,13,251). Sum of RGB (Red+Green+Blue) = 108+13+251=372 (49% of max value = 765). Red value is 108 (42.58% from 255 or 29.03% from 372); Green value is 13 (5.47% from 255 or 3.49% from 372); Blue value is 251 (98.44% from 255 or 67.47% from 372); Max value from RGB is 251 - color contains mainly: blue. Hex color #6C0DFB is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6C0DFB is #93F204. Grayscale: #434343. Windows color (decimal): -9695749 or 16452972. OLE color: 16452972.

HSL color Cylindrical-coordinate representation of color #6C0DFB: hue angle of 263.95º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #6C0DFB is Cyan = 0.57, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 108 13 251 -
CMYK 0.57 0.95 0 0.02
HSL 263.95º 0.97% 0.52% -
HSV(B) 263.95º 0.95% 0.98% -
XYZ 23.74 10.44 92.03 -
YUV 68.54 230.97 156.15 -
System Red Green Blue C M Y K H S L
Decimal 108 13 251 0.57 0.95 0 0.02 263.95 0.97 0.52
Hex 6C D FB 39 5F 0 2 108 61 34
Octal 154 15 373 71 137 0 2 410 141 64
Binary 1101100 1101 11111011 111001 1011111 0 10 100001000 1100001 110100

Color Harmonies of #6C0DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C0DFB

Black with #6C0DFB

Text Example


Text Example

White with #6C0DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C0DFB; }

 p { color: rgb(108,13,251); }

 H1.HeaderClassName
 {
   color: #6C0DFB;
 }
 .AnyTagClassName
 {
   color: #6C0DFB;
 }
</style>

background-color css

<style>
 a { background-color: #6C0DFB; }

 a { background-color: rgb(108,13,251); }

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

border-color css

<style>
 span { border-color: #6C0DFB; }

 span { border-color: rgb(108,13,251); }

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