Html Css Color HEX #60069B Indigo

📋 copy color: '#60069B'

red 96 ◦ green 6 ◦ blue 155

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

Shades of Indigo #60069B

Tints of Indigo #60069B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 60.31%

R = 37.35%
G = 2.33%
B = 60.31%

CMYK

 C value IS 0.38

 M value IS 0.96

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#60069B (or 0x60069B) is known color: Indigo. HEX triplet: 60, 06 and 9B. RGB value is (96,6,155). Sum of RGB (Red+Green+Blue) = 96+6+155=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 6 (2.73% from 255 or 2.33% from 257); Blue value is 155 (60.94% from 255 or 60.31% from 257); Max value from RGB is 155 - color contains mainly: blue. Hex color #60069B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #60069B is #9FF964. Grayscale: #313131. Windows color (decimal): -10484069 or 10159712. OLE color: 10159712.

HSL color Cylindrical-coordinate representation of color #60069B: hue angle of 276.24º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #60069B is Cyan = 0.38, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 96 6 155 -
CMYK 0.38 0.96 0 0.39
HSL 276.24º 0.93% 0.32% -
HSV(B) 276.24º 0.96% 0.61% -
XYZ 10.81 4.98 31.4 -
YUV 49.9 187.32 160.88 -
System Red Green Blue C M Y K H S L
Decimal 96 6 155 0.38 0.96 0 0.39 276.24 0.93 0.32
Hex 60 6 9B 26 60 0 27 114 5D 20
Octal 140 6 233 46 140 0 47 424 135 40
Binary 1100000 110 10011011 100110 1100000 0 100111 100010100 1011101 100000

Color Harmonies of #60069B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #60069B

Black with #60069B

Text Example


Text Example

White with #60069B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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