#06505F

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

Shades of Sherpa Blue #06505F

Tints of Sherpa Blue #06505F

Color information

#06505F (or 0x06505F) is unknown color: approx Sherpa Blue. HEX triplet: 06, 50 and 5F. RGB value is (6,80,95). Sum of RGB (Red+Green+Blue) = 6+80+95=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 80 (31.64% from 255 or 44.20% from 181); Blue value is 95 (37.5% from 255 or 52.49% from 181); Max value from RGB is 95 - color contains mainly: blue. Hex color #06505F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06505F is #F9AFA0. Grayscale: #3B3B3B. Windows color (decimal): -16363425 or 6246406. OLE color: 6246406.

HSL color Cylindrical-coordinate representation of color #06505F: hue angle of 190.11º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06505F is Cyan = 0.94, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB68095-
CMYK0.940.1600.63
HSL190.11º88.12%19.8%-
HSV(B)190.11º93.68%37.25%-
XYZ5.016.611.84-
YUV59.58147.9889.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.31%
GREEN value IS 80 (31.64% from 255) = 44.20%
BLUE value IS 95 (37.5% from 255) = 52.49%
R=3.31%
G=44.20%
B=52.49%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal680950.940.1600.63190.1188.1219.8
Hex6505F5E1003Fbe5814
Octal61201371362007727613024
Binary11010100001011111101111010000011111110111110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06505F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06505F; }

 p { color: rgb(6,80,95); }

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

<style>
 a { background-color: #06505F; }

 a { background-color: rgb(6,80,95); }

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

<style>
 span { border-color: #06505F; }

 span { border-color: rgb(6,80,95); }

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