Html Css Color HEX #60069A Indigo

📋 copy color: '#60069A'

red 96 ◦ green 6 ◦ blue 154

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

Shades of Indigo #60069A

Tints of Indigo #60069A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 60.16%

R = 37.5%
G = 2.34%
B = 60.16%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#60069A (or 0x60069A) is known color: Indigo. HEX triplet: 60, 06 and 9A. RGB value is (96,6,154). Sum of RGB (Red+Green+Blue) = 96+6+154=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 6 (2.73% from 255 or 2.34% from 256); Blue value is 154 (60.55% from 255 or 60.16% from 256); Max value from RGB is 154 - color contains mainly: blue. Hex color #60069A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60069A is #9FF965. Grayscale: #313131. Windows color (decimal): -10484070 or 10094176. OLE color: 10094176.

HSL color Cylindrical-coordinate representation of color #60069A: hue angle of 276.49º degrees, saturation: 0.93, 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 #60069A is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 96 6 154 -
CMYK 0.38 0.96 0 0.40
HSL 276.49º 0.93% 0.31% -
HSV(B) 276.49º 0.96% 0.6% -
XYZ 10.72 4.95 30.96 -
YUV 49.78 186.82 160.97 -
System Red Green Blue C M Y K H S L
Decimal 96 6 154 0.38 0.96 0 0.40 276.49 0.93 0.31
Hex 60 6 9A 26 60 0 28 114 5C 1F
Octal 140 6 232 46 140 0 50 424 134 37
Binary 1100000 110 10011010 100110 1100000 0 101000 100010100 1011100 11111

Color Harmonies of #60069A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60069A

Black with #60069A

Text Example


Text Example

White with #60069A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #60069A; }

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

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

background-color css

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

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

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

border-color css

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

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

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