Html Css Color HEX #6900D8 Electric Indigo

📋 copy color: '#6900D8'

red 105 ◦ green 0 ◦ blue 216

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

Shades of Electric Indigo #6900D8

Tints of Electric Indigo #6900D8

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 216 (84.77% from 255) = 67.29%

R = 32.71%
G = 0%
B = 67.29%

CMYK

 C value IS 0.51

 M value IS 1

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6900D8 (or 0x6900D8) is known color: Electric Indigo. HEX triplet: 69, 00 and D8. RGB value is (105,0,216). Sum of RGB (Red+Green+Blue) = 105+0+216=321 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.71% from 321); Green value is 0 (0.39% from 255 or 0% from 321); Blue value is 216 (84.77% from 255 or 67.29% from 321); Max value from RGB is 216 - color contains mainly: blue. Hex color #6900D8 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6900D8 is #96FF27. Grayscale: #373737. Windows color (decimal): -9895720 or 14155881. OLE color: 14155881.

HSL color Cylindrical-coordinate representation of color #6900D8: hue angle of 269.17º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6900D8 is Cyan = 0.51, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 0 216 -
CMYK 0.51 1 0 0.15
HSL 269.17º 1% 0.42% -
HSV(B) 269.17º 1% 0.85% -
XYZ 18.22 7.96 65.54 -
YUV 56.02 218.29 162.94 -
System Red Green Blue C M Y K H S L
Decimal 105 0 216 0.51 1 0 0.15 269.17 1 0.42
Hex 69 0 D8 33 64 0 F 10D 64 2A
Octal 151 0 330 63 144 0 17 415 144 52
Binary 1101001 0 11011000 110011 1100100 0 1111 100001101 1100100 101010

Color Harmonies of #6900D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6900D8

Black with #6900D8

Text Example


Text Example

White with #6900D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6900D8; }

 p { color: rgb(105,0,216); }

 H1.HeaderClassName
 {
   color: #6900D8;
 }
 .AnyTagClassName
 {
   color: #6900D8;
 }
</style>

background-color css

<style>
 a { background-color: #6900D8; }

 a { background-color: rgb(105,0,216); }

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

border-color css

<style>
 span { border-color: #6900D8; }

 span { border-color: rgb(105,0,216); }

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