Html Css Color HEX #600F99 Indigo

📋 copy color: '#600F99'

red 96 ◦ green 15 ◦ blue 153

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

Shades of Indigo #600F99

Tints of Indigo #600F99

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.68%

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

R = 36.36%
G = 5.68%
B = 57.95%

CMYK

 C value IS 0.37

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#600F99 (or 0x600F99) is known color: Indigo. HEX triplet: 60, 0F and 99. RGB value is (96,15,153). Sum of RGB (Red+Green+Blue) = 96+15+153=264 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.36% from 264); Green value is 15 (6.25% from 255 or 5.68% from 264); Blue value is 153 (60.16% from 255 or 57.95% from 264); Max value from RGB is 153 - color contains mainly: blue. Hex color #600F99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600F99 is #9FF066. Grayscale: #363636. Windows color (decimal): -10481767 or 10030944. OLE color: 10030944.

HSL color Cylindrical-coordinate representation of color #600F99: hue angle of 275.22º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #600F99 is Cyan = 0.37, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 96 15 153 -
CMYK 0.37 0.90 0 0.4
HSL 275.22º 0.82% 0.33% -
HSV(B) 275.22º 0.9% 0.6% -
XYZ 10.74 5.13 30.56 -
YUV 54.95 183.34 157.28 -
System Red Green Blue C M Y K H S L
Decimal 96 15 153 0.37 0.90 0 0.4 275.22 0.82 0.33
Hex 60 F 99 25 5A 0 28 113 52 21
Octal 140 17 231 45 132 0 50 423 122 41
Binary 1100000 1111 10011001 100101 1011010 0 101000 100010011 1010010 100001

Color Harmonies of #600F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600F99

Black with #600F99

Text Example


Text Example

White with #600F99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600F99; }

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

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

background-color css

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

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

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

border-color css

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

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

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