#6162b0

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

Shades of Rich Blue #6162B0

Tints of Rich Blue #6162B0

Color information

#6162B0 (or 0x6162B0) is unknown color: approx Rich Blue. HEX triplet: 61, 62 and B0. RGB value is (97,98,176). Sum of RGB (Red+Green+Blue) = 97+98+176=371 (49% of max value = 765). Red value is 97 (38.28% from 255 or 26.15% from 371); Green value is 98 (38.67% from 255 or 26.42% from 371); Blue value is 176 (69.14% from 255 or 47.44% from 371); Max value from RGB is 176 - color contains mainly: blue. Hex color #6162B0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6162B0 is #9E9D4F. Grayscale: #6A6A6A. Windows color (decimal): -10394960 or 11559521. OLE color: 11559521.

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

Color convert

RGB9798176-
CMYK0.450.4400.31
HSL239.24º33.33%53.53%-
HSV(B)239.24º44.89%69.02%-
XYZ17.1314.4142.95-
YUV106.59167.17121.16-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 26.15%
GREEN value IS 98 (38.67% from 255) = 26.42%
BLUE value IS 176 (69.14% from 255) = 47.44%
R=26.15%
G=26.42%
B=47.44%

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
Decimal97981760.450.4400.31239.2433.3353.53
Hex6162B02D2C01Fef2136
Octal14114226055540373574166
Binary110000111000101011000010110110110001111111101111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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