Html Css Color HEX #600694 Indigo

📋 copy color: '#600694'

red 96 ◦ green 6 ◦ blue 148

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

Shades of Indigo #600694

Tints of Indigo #600694

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 59.2%

R = 38.4%
G = 2.4%
B = 59.2%

CMYK

 C value IS 0.35

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600694 (or 0x600694) is known color: Indigo. HEX triplet: 60, 06 and 94. RGB value is (96,6,148). Sum of RGB (Red+Green+Blue) = 96+6+148=250 (33% of max value = 765). Red value is 96 (37.89% from 255 or 38.4% from 250); Green value is 6 (2.73% from 255 or 2.4% from 250); Blue value is 148 (58.20% from 255 or 59.2% from 250); Max value from RGB is 148 - color contains mainly: blue. Hex color #600694 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600694 is #9FF96B. Grayscale: #303030. Windows color (decimal): -10484076 or 9700960. OLE color: 9700960.

HSL color Cylindrical-coordinate representation of color #600694: hue angle of 278.03º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #600694 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 96 6 148 -
CMYK 0.35 0.96 0 0.42
HSL 278.03º 0.92% 0.3% -
HSV(B) 278.03º 0.96% 0.58% -
XYZ 10.23 4.76 28.4 -
YUV 49.1 183.82 161.45 -
System Red Green Blue C M Y K H S L
Decimal 96 6 148 0.35 0.96 0 0.42 278.03 0.92 0.3
Hex 60 6 94 23 60 0 2A 116 5C 1E
Octal 140 6 224 43 140 0 52 426 134 36
Binary 1100000 110 10010100 100011 1100000 0 101010 100010110 1011100 11110

Color Harmonies of #600694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600694

Black with #600694

Text Example


Text Example

White with #600694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600694; }

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

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

background-color css

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

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

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

border-color css

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

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

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