Html Css Color HEX #6006DF Electric Indigo

📋 copy color: '#6006DF'

red 96 ◦ green 6 ◦ blue 223

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

Shades of Electric Indigo #6006DF

Tints of Electric Indigo #6006DF

RGB

 RED value IS 96 (37.89% from 255) = 29.54%

 GREEN value IS 6 (2.73% from 255) = 1.85%

 BLUE value IS 223 (87.5% from 255) = 68.62%

R = 29.54%
G = 1.85%
B = 68.62%

CMYK

 C value IS 0.57

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6006DF (or 0x6006DF) is known color: Electric Indigo. HEX triplet: 60, 06 and DF. RGB value is (96,6,223). Sum of RGB (Red+Green+Blue) = 96+6+223=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 6 (2.73% from 255 or 1.85% from 325); Blue value is 223 (87.5% from 255 or 68.62% from 325); Max value from RGB is 223 - color contains mainly: blue. Hex color #6006DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6006DF is #9FF920. Grayscale: #383838. Windows color (decimal): -10484001 or 14616160. OLE color: 14616160.

HSL color Cylindrical-coordinate representation of color #6006DF: hue angle of 264.88º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6006DF is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 6 223 -
CMYK 0.57 0.97 0 0.13
HSL 264.88º 0.95% 0.45% -
HSV(B) 264.88º 0.97% 0.87% -
XYZ 18.21 7.94 70.39 -
YUV 57.65 221.32 155.36 -
System Red Green Blue C M Y K H S L
Decimal 96 6 223 0.57 0.97 0 0.13 264.88 0.95 0.45
Hex 60 6 DF 39 61 0 D 109 5F 2D
Octal 140 6 337 71 141 0 15 411 137 55
Binary 1100000 110 11011111 111001 1100001 0 1101 100001001 1011111 101101

Color Harmonies of #6006DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6006DF

Black with #6006DF

Text Example


Text Example

White with #6006DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6006DF; }

 p { color: rgb(96,6,223); }

 H1.HeaderClassName
 {
   color: #6006DF;
 }
 .AnyTagClassName
 {
   color: #6006DF;
 }
</style>

background-color css

<style>
 a { background-color: #6006DF; }

 a { background-color: rgb(96,6,223); }

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

border-color css

<style>
 span { border-color: #6006DF; }

 span { border-color: rgb(96,6,223); }

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