Html Css Color HEX #600799 Indigo

📋 copy color: '#600799'

red 96 ◦ green 7 ◦ blue 153

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

Shades of Indigo #600799

Tints of Indigo #600799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 59.77%

R = 37.5%
G = 2.73%
B = 59.77%

CMYK

 C value IS 0.37

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#600799 (or 0x600799) is known color: Indigo. HEX triplet: 60, 07 and 99. RGB value is (96,7,153). Sum of RGB (Red+Green+Blue) = 96+7+153=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 7 (3.12% from 255 or 2.73% from 256); Blue value is 153 (60.16% from 255 or 59.77% from 256); Max value from RGB is 153 - color contains mainly: blue. Hex color #600799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600799 is #9FF866. Grayscale: #313131. Windows color (decimal): -10483815 or 10028896. OLE color: 10028896.

HSL color Cylindrical-coordinate representation of color #600799: hue angle of 276.58º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #600799 is Cyan = 0.37, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 7 153 -
CMYK 0.37 0.95 0 0.4
HSL 276.58º 0.91% 0.31% -
HSV(B) 276.58º 0.95% 0.6% -
XYZ 10.65 4.94 30.53 -
YUV 50.26 185.99 160.63 -
System Red Green Blue C M Y K H S L
Decimal 96 7 153 0.37 0.95 0 0.4 276.58 0.91 0.31
Hex 60 7 99 25 5F 0 28 115 5B 1F
Octal 140 7 231 45 137 0 50 425 133 37
Binary 1100000 111 10011001 100101 1011111 0 101000 100010101 1011011 11111

Color Harmonies of #600799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600799

Black with #600799

Text Example


Text Example

White with #600799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600799; }

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

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

background-color css

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

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

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

border-color css

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

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

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