#6062AD

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

Shades of Rich Blue #6062AD

Tints of Rich Blue #6062AD

Color information

#6062AD (or 0x6062AD) is unknown color: approx Rich Blue. HEX triplet: 60, 62 and AD. RGB value is (96,98,173). Sum of RGB (Red+Green+Blue) = 96+98+173=367 (48% of max value = 765). Red value is 96 (37.89% from 255 or 26.16% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 173 (67.97% from 255 or 47.14% from 367); Max value from RGB is 173 - color contains mainly: blue. Hex color #6062AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #6062AD is #9F9D52. Grayscale: #696969. Windows color (decimal): -10460499 or 11362912. OLE color: 11362912.

HSL color Cylindrical-coordinate representation of color #6062AD: hue angle of 238.44º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6062AD is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB9698173-
CMYK0.450.4300.32
HSL238.44º31.95%52.75%-
HSV(B)238.44º44.51%67.84%-
XYZ16.7314.2441.4-
YUV105.95165.84120.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 26.16%
GREEN value IS 98 (38.67% from 255) = 26.70%
BLUE value IS 173 (67.97% from 255) = 47.14%
R=26.16%
G=26.70%
B=47.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal96981730.450.4300.32238.4431.9552.75
Hex6062AD2D2B020ee2035
Octal14014225555530403564065
Binary1100000110001010101101101101101011010000011101110100000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6062AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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