#6162AE

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

Shades of Rich Blue #6162AE

Tints of Rich Blue #6162AE

Color information

#6162AE (or 0x6162AE) is unknown color: approx Rich Blue. HEX triplet: 61, 62 and AE. RGB value is (97,98,174). Sum of RGB (Red+Green+Blue) = 97+98+174=369 (48% of max value = 765). Red value is 97 (38.28% from 255 or 26.29% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 174 (68.36% from 255 or 47.15% from 369); Max value from RGB is 174 - color contains mainly: blue. Hex color #6162AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6162AE is #9E9D51. Grayscale: #6A6A6A. Windows color (decimal): -10394962 or 11428449. OLE color: 11428449.

HSL color Cylindrical-coordinate representation of color #6162AE: hue angle of 239.22º 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 #6162AE is Cyan = 0.44, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9798174-
CMYK0.440.4400.32
HSL239.22º32.22%53.14%-
HSV(B)239.22º44.25%68.24%-
XYZ16.9414.3341.92-
YUV106.36166.17121.32-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.29%
GREEN value IS 98 (38.67% from 255) = 26.56%
BLUE value IS 174 (68.36% from 255) = 47.15%
R=26.29%
G=26.56%
B=47.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal97981740.440.4400.32239.2232.2253.14
Hex6162AE2C2C020ef2035
Octal14114225654540403574065
Binary1100001110001010101110101100101100010000011101111100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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