Html Css Color HEX #6607DF Electric Indigo

📋 copy color: '#6607DF'

red 102 ◦ green 7 ◦ blue 223

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

Shades of Electric Indigo #6607DF

Tints of Electric Indigo #6607DF

RGB

 RED value IS 102 (40.23% from 255) = 30.72%

 GREEN value IS 7 (3.13% from 255) = 2.11%

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

R = 30.72%
G = 2.11%
B = 67.17%

CMYK

 C value IS 0.54

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#6607DF (or 0x6607DF) is known color: Electric Indigo. HEX triplet: 66, 07 and DF. RGB value is (102,7,223). Sum of RGB (Red+Green+Blue) = 102+7+223=332 (43% of max value = 765). Red value is 102 (40.23% from 255 or 30.72% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 223 (87.5% from 255 or 67.17% from 332); Max value from RGB is 223 - color contains mainly: blue. Hex color #6607DF is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6607DF is #99F820. Grayscale: #3B3B3B. Windows color (decimal): -10090529 or 14616422. OLE color: 14616422.

HSL color Cylindrical-coordinate representation of color #6607DF: hue angle of 266.39º degrees, saturation: 0.94, 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 #6607DF is Cyan = 0.54, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 102 7 223 -
CMYK 0.54 0.97 0 0.13
HSL 266.39º 0.94% 0.45% -
HSV(B) 266.39º 0.97% 0.87% -
XYZ 18.87 8.3 70.42 -
YUV 60.03 219.97 157.94 -
System Red Green Blue C M Y K H S L
Decimal 102 7 223 0.54 0.97 0 0.13 266.39 0.94 0.45
Hex 66 7 DF 36 61 0 D 10A 5E 2D
Octal 146 7 337 66 141 0 15 412 136 55
Binary 1100110 111 11011111 110110 1100001 0 1101 100001010 1011110 101101

Color Harmonies of #6607DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6607DF

Black with #6607DF

Text Example


Text Example

White with #6607DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(102,7,223); }

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

background-color css

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

 a { background-color: rgb(102,7,223); }

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

border-color css

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

 span { border-color: rgb(102,7,223); }

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