Html Css Color HEX #6060AD Rich Blue

📋 copy color: '#6060AD'

red 96 ◦ green 96 ◦ blue 173

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

Shades of Rich Blue #6060AD

Tints of Rich Blue #6060AD

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.3%

 BLUE value IS 173 (67.97% from 255) = 47.4%

R = 26.3%
G = 26.3%
B = 47.4%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6060AD (or 0x6060AD) is known color: Rich Blue. HEX triplet: 60, 60 and AD. RGB value is (96,96,173). Sum of RGB (Red+Green+Blue) = 96+96+173=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 96 (37.89% from 255 or 26.30% from 365); Blue value is 173 (67.97% from 255 or 47.40% from 365); Max value from RGB is 173 - color contains mainly: blue. Hex color #6060AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6060AD is #9F9F52. Grayscale: #686868. Windows color (decimal): -10461011 or 11362400. OLE color: 11362400.

HSL color Cylindrical-coordinate representation of color #6060AD: hue angle of 240º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6060AD is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 96 96 173 -
CMYK 0.45 0.45 0 0.32
HSL 240º 0.32% 0.53% -
HSV(B) 240º 0.45% 0.68% -
XYZ 16.55 13.87 41.34 -
YUV 104.78 166.5 121.74 -
System Red Green Blue C M Y K H S L
Decimal 96 96 173 0.45 0.45 0 0.32 240 0.32 0.53
Hex 60 60 AD 2D 2D 0 20 F0 20 35
Octal 140 140 255 55 55 0 40 360 40 65
Binary 1100000 1100000 10101101 101101 101101 0 100000 11110000 100000 110101

Color Harmonies of #6060AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6060AD

Black with #6060AD

Text Example


Text Example

White with #6060AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6060AD; }

 p { color: rgb(96,96,173); }

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

background-color css

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

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

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

border-color css

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

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

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