Html Css Color HEX #6056AD Rich Blue

📋 copy color: '#6056AD'

red 96 ◦ green 86 ◦ blue 173

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

Shades of Rich Blue #6056AD

Tints of Rich Blue #6056AD

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.23%

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

R = 27.04%
G = 24.23%
B = 48.73%

CMYK

 C value IS 0.45

 M value IS 0.50

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#6056AD (or 0x6056AD) is known color: Rich Blue. HEX triplet: 60, 56 and AD. RGB value is (96,86,173). Sum of RGB (Red+Green+Blue) = 96+86+173=355 (47% of max value = 765). Red value is 96 (37.89% from 255 or 27.04% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 173 (67.97% from 255 or 48.73% from 355); Max value from RGB is 173 - color contains mainly: blue. Hex color #6056AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6056AD is #9FA952. Grayscale: #626262. Windows color (decimal): -10463571 or 11359840. OLE color: 11359840.

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

Color convert

RGB 96 86 173 -
CMYK 0.45 0.50 0 0.32
HSL 246.9º 0.35% 0.51% -
HSV(B) 246.9º 0.5% 0.68% -
XYZ 15.69 12.16 41.05 -
YUV 98.91 169.81 125.93 -
System Red Green Blue C M Y K H S L
Decimal 96 86 173 0.45 0.50 0 0.32 246.9 0.35 0.51
Hex 60 56 AD 2D 32 0 20 F7 23 33
Octal 140 126 255 55 62 0 40 367 43 63
Binary 1100000 1010110 10101101 101101 110010 0 100000 11110111 100011 110011

Color Harmonies of #6056AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6056AD

Black with #6056AD

Text Example


Text Example

White with #6056AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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