#6162AD

Color #6162AD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #6162AD

Tints of Rich Blue #6162AD

Color information

#6162AD (or 0x6162AD) is unknown color: approx Rich Blue. HEX triplet: 61, 62 and AD. RGB value is (97,98,173). Sum of RGB (Red+Green+Blue) = 97+98+173=368 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.36% from 368); Green value is 98 (38.67% from 255 or 26.63% from 368); Blue value is 173 (67.97% from 255 or 47.01% from 368); Max value from RGB is 173 - color contains mainly: blue. Hex color #6162AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6162AD is #9E9D52. Grayscale: #696969. Windows color (decimal): -10394963 or 11362913. OLE color: 11362913.

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

Color convert

RGB9798173-
CMYK0.440.4300.32
HSL239.21º31.67%52.94%-
HSV(B)239.21º43.93%67.84%-
XYZ16.8414.2941.41-
YUV106.25165.67121.4-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.36%
GREEN value IS 98 (38.67% from 255) = 26.63%
BLUE value IS 173 (67.97% from 255) = 47.01%
R=26.36%
G=26.63%
B=47.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97981730.440.4300.32239.2131.6752.94
Hex6162AD2C2B020ef2035
Octal14114225554530403574065
Binary1100001110001010101101101100101011010000011101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,98,173); }

 H1.HeaderClassName
 {
   color: #6162AD;
 }
 .AnyTagClassName
 {
   color: #6162AD;
 }
</style>
background-color css

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

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

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

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

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

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