#06485A

Color #06485A Sherpa Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sherpa Blue #06485A

Tints of Sherpa Blue #06485A

Color information

#06485A (or 0x06485A) is unknown color: approx Sherpa Blue. HEX triplet: 06, 48 and 5A. RGB value is (6,72,90). Sum of RGB (Red+Green+Blue) = 6+72+90=168 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.57% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 90 (35.55% from 255 or 53.57% from 168); Max value from RGB is 90 - color contains mainly: blue. Hex color #06485A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06485A is #F9B7A5. Grayscale: #363636. Windows color (decimal): -16365478 or 5916678. OLE color: 5916678.

HSL color Cylindrical-coordinate representation of color #06485A: hue angle of 192.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06485A is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB67290-
CMYK0.930.2000.65
HSL192.86º87.5%18.82%-
HSV(B)192.86º93.33%35.29%-
XYZ4.245.4110.49-
YUV54.32148.1393.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.57%
GREEN value IS 72 (28.52% from 255) = 42.86%
BLUE value IS 90 (35.55% from 255) = 53.57%
R=3.57%
G=42.86%
B=53.57%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal672900.930.2000.65192.8687.518.82
Hex6485A5D14041c15813
Octal611013213524010130113023
Binary110100100010110101011101101000100000111000001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06485A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06485A; }

 p { color: rgb(6,72,90); }

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

<style>
 a { background-color: #06485A; }

 a { background-color: rgb(6,72,90); }

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

<style>
 span { border-color: #06485A; }

 span { border-color: rgb(6,72,90); }

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