Html Css Color HEX #600E98 Indigo

📋 copy color: '#600E98'

red 96 ◦ green 14 ◦ blue 152

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

Shades of Indigo #600E98

Tints of Indigo #600E98

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.34%

 BLUE value IS 152 (59.77% from 255) = 58.02%

R = 36.64%
G = 5.34%
B = 58.02%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#600E98 (or 0x600E98) is known color: Indigo. HEX triplet: 60, 0E and 98. RGB value is (96,14,152). Sum of RGB (Red+Green+Blue) = 96+14+152=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 14 (5.86% from 255 or 5.34% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #600E98 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600E98 is #9FF167. Grayscale: #353535. Windows color (decimal): -10482024 or 9965152. OLE color: 9965152.

HSL color Cylindrical-coordinate representation of color #600E98: hue angle of 275.65º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #600E98 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 14 152 -
CMYK 0.37 0.91 0 0.40
HSL 275.65º 0.83% 0.33% -
HSV(B) 275.65º 0.91% 0.6% -
XYZ 10.65 5.07 30.12 -
YUV 54.25 183.17 157.78 -
System Red Green Blue C M Y K H S L
Decimal 96 14 152 0.37 0.91 0 0.40 275.65 0.83 0.33
Hex 60 E 98 25 5B 0 28 114 53 21
Octal 140 16 230 45 133 0 50 424 123 41
Binary 1100000 1110 10011000 100101 1011011 0 101000 100010100 1010011 100001

Color Harmonies of #600E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600E98

Black with #600E98

Text Example


Text Example

White with #600E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(96,14,152); }

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

background-color css

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

 a { background-color: rgb(96,14,152); }

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

border-color css

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

 span { border-color: rgb(96,14,152); }

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