Html Css Color HEX #600094 Indigo

📋 copy color: '#600094'

red 96 ◦ green 0 ◦ blue 148

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

Shades of Indigo #600094

Tints of Indigo #600094

RGB

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

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

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

R = 39.34%
G = 0%
B = 60.66%

CMYK

 C value IS 0.35

 M value IS 1

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#600094 (or 0x600094) is known color: Indigo. HEX triplet: 60, 00 and 94. RGB value is (96,0,148). Sum of RGB (Red+Green+Blue) = 96+0+148=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 0 (0.39% from 255 or 0% from 244); Blue value is 148 (58.20% from 255 or 60.66% from 244); Max value from RGB is 148 - color contains mainly: blue. Hex color #600094 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #600094 is #9FFF6B. Grayscale: #2D2D2D. Windows color (decimal): -10485612 or 9699424. OLE color: 9699424.

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

Color convert

RGB 96 0 148 -
CMYK 0.35 1 0 0.42
HSL 278.92º 1% 0.29% -
HSV(B) 278.92º 1% 0.58% -
XYZ 10.17 4.62 28.37 -
YUV 45.58 185.8 163.97 -
System Red Green Blue C M Y K H S L
Decimal 96 0 148 0.35 1 0 0.42 278.92 1 0.29
Hex 60 0 94 23 64 0 2A 117 64 1D
Octal 140 0 224 43 144 0 52 427 144 35
Binary 1100000 0 10010100 100011 1100100 0 101010 100010111 1100100 11101

Color Harmonies of #600094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #600094

Black with #600094

Text Example


Text Example

White with #600094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #600094; }

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

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

background-color css

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

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

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

border-color css

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

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

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