#6162AF

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

Shades of Rich Blue #6162AF

Tints of Rich Blue #6162AF

Color information

#6162AF (or 0x6162AF) is unknown color: approx Rich Blue. HEX triplet: 61, 62 and AF. RGB value is (97,98,175). Sum of RGB (Red+Green+Blue) = 97+98+175=370 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.22% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 175 (68.75% from 255 or 47.30% from 370); Max value from RGB is 175 - color contains mainly: blue. Hex color #6162AF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6162AF is #9E9D50. Grayscale: #6A6A6A. Windows color (decimal): -10394961 or 11493985. OLE color: 11493985.

HSL color Cylindrical-coordinate representation of color #6162AF: hue angle of 239.23º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6162AF is Cyan = 0.45, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB9798175-
CMYK0.450.4400.31
HSL239.23º32.77%53.33%-
HSV(B)239.23º44.57%68.63%-
XYZ17.0414.3742.43-
YUV106.48166.67121.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.22%
GREEN value IS 98 (38.67% from 255) = 26.49%
BLUE value IS 175 (68.75% from 255) = 47.30%
R=26.22%
G=26.49%
B=47.30%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal97981750.450.4400.31239.2332.7753.33
Hex6162AF2D2C01Fef2135
Octal14114225755540373574165
Binary110000111000101010111110110110110001111111101111100001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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