Html Css Color HEX #6908DC Electric Indigo

📋 copy color: '#6908DC'

red 105 ◦ green 8 ◦ blue 220

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

Shades of Electric Indigo #6908DC

Tints of Electric Indigo #6908DC

RGB

 RED value IS 105 (41.41% from 255) = 31.53%

 GREEN value IS 8 (3.52% from 255) = 2.4%

 BLUE value IS 220 (86.33% from 255) = 66.07%

R = 31.53%
G = 2.4%
B = 66.07%

CMYK

 C value IS 0.52

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6908DC (or 0x6908DC) is known color: Electric Indigo. HEX triplet: 69, 08 and DC. RGB value is (105,8,220). Sum of RGB (Red+Green+Blue) = 105+8+220=333 (44% of max value = 765). Red value is 105 (41.41% from 255 or 31.53% from 333); Green value is 8 (3.52% from 255 or 2.40% from 333); Blue value is 220 (86.33% from 255 or 66.07% from 333); Max value from RGB is 220 - color contains mainly: blue. Hex color #6908DC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6908DC is #96F723. Grayscale: #3C3C3C. Windows color (decimal): -9893668 or 14420073. OLE color: 14420073.

HSL color Cylindrical-coordinate representation of color #6908DC: hue angle of 267.45º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #6908DC is Cyan = 0.52, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 8 220 -
CMYK 0.52 0.96 0 0.14
HSL 267.45º 0.93% 0.45% -
HSV(B) 267.45º 0.96% 0.86% -
XYZ 18.83 8.34 68.33 -
YUV 61.17 217.64 159.26 -
System Red Green Blue C M Y K H S L
Decimal 105 8 220 0.52 0.96 0 0.14 267.45 0.93 0.45
Hex 69 8 DC 34 60 0 E 10B 5D 2D
Octal 151 10 334 64 140 0 16 413 135 55
Binary 1101001 1000 11011100 110100 1100000 0 1110 100001011 1011101 101101

Color Harmonies of #6908DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6908DC

Black with #6908DC

Text Example


Text Example

White with #6908DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6908DC; }

 p { color: rgb(105,8,220); }

 H1.HeaderClassName
 {
   color: #6908DC;
 }
 .AnyTagClassName
 {
   color: #6908DC;
 }
</style>

background-color css

<style>
 a { background-color: #6908DC; }

 a { background-color: rgb(105,8,220); }

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

border-color css

<style>
 span { border-color: #6908DC; }

 span { border-color: rgb(105,8,220); }

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