Html Css Color HEX #600098 Indigo

📋 copy color: '#600098'

red 96 ◦ green 0 ◦ blue 152

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

Shades of Indigo #600098

Tints of Indigo #600098

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 38.71%
G = 0%
B = 61.29%

CMYK

 C value IS 0.37

 M value IS 1

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#600098 (or 0x600098) is known color: Indigo. HEX triplet: 60, 00 and 98. RGB value is (96,0,152). Sum of RGB (Red+Green+Blue) = 96+0+152=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 0 (0.39% from 255 or 0% from 248); Blue value is 152 (59.77% from 255 or 61.29% from 248); Max value from RGB is 152 - color contains mainly: blue. Hex color #600098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600098 is #9FFF67. Grayscale: #2D2D2D. Windows color (decimal): -10485608 or 9961568. OLE color: 9961568.

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

Color convert

RGB 96 0 152 -
CMYK 0.37 1 0 0.40
HSL 277.89º 1% 0.3% -
HSV(B) 277.89º 1% 0.6% -
XYZ 10.49 4.75 30.07 -
YUV 46.03 187.8 163.64 -
System Red Green Blue C M Y K H S L
Decimal 96 0 152 0.37 1 0 0.40 277.89 1 0.3
Hex 60 0 98 25 64 0 28 116 64 1E
Octal 140 0 230 45 144 0 50 426 144 36
Binary 1100000 0 10011000 100101 1100100 0 101000 100010110 1100100 11110

Color Harmonies of #600098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600098

Black with #600098

Text Example


Text Example

White with #600098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600098; }

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

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

background-color css

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

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

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

border-color css

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

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

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