Html Css Color HEX #600698 Indigo

📋 copy color: '#600698'

red 96 ◦ green 6 ◦ blue 152

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

Shades of Indigo #600698

Tints of Indigo #600698

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.36%

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

R = 37.8%
G = 2.36%
B = 59.84%

CMYK

 C value IS 0.37

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#600698 (or 0x600698) is known color: Indigo. HEX triplet: 60, 06 and 98. RGB value is (96,6,152). Sum of RGB (Red+Green+Blue) = 96+6+152=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 6 (2.73% from 255 or 2.36% from 254); Blue value is 152 (59.77% from 255 or 59.84% from 254); Max value from RGB is 152 - color contains mainly: blue. Hex color #600698 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600698 is #9FF967. Grayscale: #313131. Windows color (decimal): -10484072 or 9963104. OLE color: 9963104.

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

Color convert

RGB 96 6 152 -
CMYK 0.37 0.96 0 0.40
HSL 276.99º 0.92% 0.31% -
HSV(B) 276.99º 0.96% 0.6% -
XYZ 10.56 4.88 30.09 -
YUV 49.55 185.82 161.13 -
System Red Green Blue C M Y K H S L
Decimal 96 6 152 0.37 0.96 0 0.40 276.99 0.92 0.31
Hex 60 6 98 25 60 0 28 115 5C 1F
Octal 140 6 230 45 140 0 50 425 134 37
Binary 1100000 110 10011000 100101 1100000 0 101000 100010101 1011100 11111

Color Harmonies of #600698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600698

Black with #600698

Text Example


Text Example

White with #600698

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600698; }

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

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

background-color css

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

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

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

border-color css

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

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

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