Html Css Color HEX #6905DD Electric Indigo

📋 copy color: '#6905DD'

red 105 ◦ green 5 ◦ blue 221

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

Shades of Electric Indigo #6905DD

Tints of Electric Indigo #6905DD

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.51%

 BLUE value IS 221 (86.72% from 255) = 66.77%

R = 31.72%
G = 1.51%
B = 66.77%

CMYK

 C value IS 0.52

 M value IS 0.98

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6905DD (or 0x6905DD) is known color: Electric Indigo. HEX triplet: 69, 05 and DD. RGB value is (105,5,221). Sum of RGB (Red+Green+Blue) = 105+5+221=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 221 (86.72% from 255 or 66.77% from 331); Max value from RGB is 221 - color contains mainly: blue. Hex color #6905DD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6905DD is #96FA22. Grayscale: #3A3A3A. Windows color (decimal): -9894435 or 14484841. OLE color: 14484841.

HSL color Cylindrical-coordinate representation of color #6905DD: hue angle of 267.78º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #6905DD is Cyan = 0.52, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 105 5 221 -
CMYK 0.52 0.98 0 0.13
HSL 267.78º 0.96% 0.44% -
HSV(B) 267.78º 0.98% 0.87% -
XYZ 18.93 8.33 69.02 -
YUV 59.52 219.13 160.44 -
System Red Green Blue C M Y K H S L
Decimal 105 5 221 0.52 0.98 0 0.13 267.78 0.96 0.44
Hex 69 5 DD 34 62 0 D 10C 60 2C
Octal 151 5 335 64 142 0 15 414 140 54
Binary 1101001 101 11011101 110100 1100010 0 1101 100001100 1100000 101100

Color Harmonies of #6905DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6905DD

Black with #6905DD

Text Example


Text Example

White with #6905DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6905DD; }

 p { color: rgb(105,5,221); }

 H1.HeaderClassName
 {
   color: #6905DD;
 }
 .AnyTagClassName
 {
   color: #6905DD;
 }
</style>

background-color css

<style>
 a { background-color: #6905DD; }

 a { background-color: rgb(105,5,221); }

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

border-color css

<style>
 span { border-color: #6905DD; }

 span { border-color: rgb(105,5,221); }

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