Html Css Color HEX #6608FD Electric Indigo

📋 copy color: '#6608FD'

red 102 ◦ green 8 ◦ blue 253

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

Shades of Electric Indigo #6608FD

Tints of Electric Indigo #6608FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 69.7%

R = 28.1%
G = 2.2%
B = 69.7%

CMYK

 C value IS 0.60

 M value IS 0.97

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6608FD (or 0x6608FD) is known color: Electric Indigo. HEX triplet: 66, 08 and FD. RGB value is (102,8,253). Sum of RGB (Red+Green+Blue) = 102+8+253=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 8 (3.52% from 255 or 2.20% from 363); Blue value is 253 (99.22% from 255 or 69.70% from 363); Max value from RGB is 253 - color contains mainly: blue. Hex color #6608FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6608FD is #99F702. Grayscale: #3F3F3F. Windows color (decimal): -10090243 or 16582758. OLE color: 16582758.

HSL color Cylindrical-coordinate representation of color #6608FD: hue angle of 263.02º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #6608FD is Cyan = 0.60, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 102 8 253 -
CMYK 0.60 0.97 0 0.01
HSL 263.02º 0.98% 0.51% -
HSV(B) 263.02º 0.97% 0.99% -
XYZ 23.3 10.09 93.65 -
YUV 64.04 234.64 155.08 -
System Red Green Blue C M Y K H S L
Decimal 102 8 253 0.60 0.97 0 0.01 263.02 0.98 0.51
Hex 66 8 FD 3C 61 0 1 107 62 33
Octal 146 10 375 74 141 0 1 407 142 63
Binary 1100110 1000 11111101 111100 1100001 0 1 100000111 1100010 110011

Color Harmonies of #6608FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6608FD

Black with #6608FD

Text Example


Text Example

White with #6608FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6608FD; }

 p { color: rgb(102,8,253); }

 H1.HeaderClassName
 {
   color: #6608FD;
 }
 .AnyTagClassName
 {
   color: #6608FD;
 }
</style>

background-color css

<style>
 a { background-color: #6608FD; }

 a { background-color: rgb(102,8,253); }

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

border-color css

<style>
 span { border-color: #6608FD; }

 span { border-color: rgb(102,8,253); }

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