#6062AB

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

Shades of Rich Blue #6062AB

Tints of Rich Blue #6062AB

Color information

#6062AB (or 0x6062AB) is unknown color: approx Rich Blue. HEX triplet: 60, 62 and AB. RGB value is (96,98,171). Sum of RGB (Red+Green+Blue) = 96+98+171=365 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.30% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 171 (67.19% from 255 or 46.85% from 365); Max value from RGB is 171 - color contains mainly: blue. Hex color #6062AB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6062AB is #9F9D54. Grayscale: #696969. Windows color (decimal): -10460501 or 11231840. OLE color: 11231840.

HSL color Cylindrical-coordinate representation of color #6062AB: hue angle of 238.4º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6062AB is Cyan = 0.44, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB9698171-
CMYK0.440.4300.33
HSL238.4º30.86%52.35%-
HSV(B)238.4º43.86%67.06%-
XYZ16.5414.1640.39-
YUV105.72164.84121.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.30%
GREEN value IS 98 (38.67% from 255) = 26.85%
BLUE value IS 171 (67.19% from 255) = 46.85%
R=26.30%
G=26.85%
B=46.85%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal96981710.440.4300.33238.430.8652.35
Hex6062AB2C2B021ee1f34
Octal14014225354530413563764
Binary110000011000101010101110110010101101000011110111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6062AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6062AB; }

 p { color: rgb(96,98,171); }

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

<style>
 a { background-color: #6062AB; }

 a { background-color: rgb(96,98,171); }

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

<style>
 span { border-color: #6062AB; }

 span { border-color: rgb(96,98,171); }

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