#6162B6

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

Shades of Rich Blue #6162B6

Tints of Rich Blue #6162B6

Color information

#6162B6 (or 0x6162B6) is unknown color: approx Rich Blue. HEX triplet: 61, 62 and B6. RGB value is (97,98,182). Sum of RGB (Red+Green+Blue) = 97+98+182=377 (49% of max value = 765). Red value is 97 (38.28% from 255 or 25.73% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 182 (71.48% from 255 or 48.28% from 377); Max value from RGB is 182 - color contains mainly: blue. Hex color #6162B6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6162B6 is #9E9D49. Grayscale: #6A6A6A. Windows color (decimal): -10394954 or 11952737. OLE color: 11952737.

HSL color Cylindrical-coordinate representation of color #6162B6: hue angle of 239.29º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6162B6 is Cyan = 0.47, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB9798182-
CMYK0.470.4600.29
HSL239.29º36.8%54.71%-
HSV(B)239.29º46.7%71.37%-
XYZ17.7414.6546.15-
YUV107.28170.17120.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.73%
GREEN value IS 98 (38.67% from 255) = 25.99%
BLUE value IS 182 (71.48% from 255) = 48.28%
R=25.73%
G=25.99%
B=48.28%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal97981820.470.4600.29239.2936.854.71
Hex6162B62F2E01Def2537
Octal14114226657560353574567
Binary110000111000101011011010111110111001110111101111100101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6162B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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