Html Css Color HEX #6006FD Electric Indigo

📋 copy color: '#6006FD'

red 96 ◦ green 6 ◦ blue 253

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

Shades of Electric Indigo #6006FD

Tints of Electric Indigo #6006FD

RGB

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

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

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

R = 27.04%
G = 1.69%
B = 71.27%

CMYK

 C value IS 0.62

 M value IS 0.98

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#6006FD (or 0x6006FD) is known color: Electric Indigo. HEX triplet: 60, 06 and FD. RGB value is (96,6,253). Sum of RGB (Red+Green+Blue) = 96+6+253=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 6 (2.73% from 255 or 1.69% from 355); Blue value is 253 (99.22% from 255 or 71.27% from 355); Max value from RGB is 253 - color contains mainly: blue. Hex color #6006FD is not a web safe color. Web safe color analog (approx): #6600FF. Inversed color of #6006FD is #9FF902. Grayscale: #3C3C3C. Windows color (decimal): -10483971 or 16582240. OLE color: 16582240.

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

Color convert

RGB 96 6 253 -
CMYK 0.62 0.98 0 0.01
HSL 261.86º 0.98% 0.51% -
HSV(B) 261.86º 0.98% 0.99% -
XYZ 22.62 9.71 93.61 -
YUV 61.07 236.32 152.92 -
System Red Green Blue C M Y K H S L
Decimal 96 6 253 0.62 0.98 0 0.01 261.86 0.98 0.51
Hex 60 6 FD 3E 62 0 1 106 62 33
Octal 140 6 375 76 142 0 1 406 142 63
Binary 1100000 110 11111101 111110 1100010 0 1 100000110 1100010 110011

Color Harmonies of #6006FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6006FD

Black with #6006FD

Text Example


Text Example

White with #6006FD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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