Html Css Color HEX #6007DE Electric Indigo

📋 copy color: '#6007DE'

red 96 ◦ green 7 ◦ blue 222

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

Shades of Electric Indigo #6007DE

Tints of Electric Indigo #6007DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 68.31%

R = 29.54%
G = 2.15%
B = 68.31%

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

#6007DE (or 0x6007DE) is known color: Electric Indigo. HEX triplet: 60, 07 and DE. RGB value is (96,7,222). Sum of RGB (Red+Green+Blue) = 96+7+222=325 (43% of max value = 765). Red value is 96 (37.89% from 255 or 29.54% from 325); Green value is 7 (3.12% from 255 or 2.15% from 325); Blue value is 222 (87.11% from 255 or 68.31% from 325); Max value from RGB is 222 - color contains mainly: blue. Hex color #6007DE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #6007DE is #9FF821. Grayscale: #393939. Windows color (decimal): -10483746 or 14550880. OLE color: 14550880.

HSL color Cylindrical-coordinate representation of color #6007DE: hue angle of 264.84º 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 #6007DE is Cyan = 0.57, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 96 7 222 -
CMYK 0.57 0.97 0 0.13
HSL 264.84º 0.94% 0.45% -
HSV(B) 264.84º 0.97% 0.87% -
XYZ 18.08 7.91 69.68 -
YUV 58.12 220.49 155.02 -
System Red Green Blue C M Y K H S L
Decimal 96 7 222 0.57 0.97 0 0.13 264.84 0.94 0.45
Hex 60 7 DE 39 61 0 D 109 5E 2D
Octal 140 7 336 71 141 0 15 411 136 55
Binary 1100000 111 11011110 111001 1100001 0 1101 100001001 1011110 101101

Color Harmonies of #6007DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6007DE

Black with #6007DE

Text Example


Text Example

White with #6007DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6007DE; }

 p { color: rgb(96,7,222); }

 H1.HeaderClassName
 {
   color: #6007DE;
 }
 .AnyTagClassName
 {
   color: #6007DE;
 }
</style>

background-color css

<style>
 a { background-color: #6007DE; }

 a { background-color: rgb(96,7,222); }

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

border-color css

<style>
 span { border-color: #6007DE; }

 span { border-color: rgb(96,7,222); }

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