#06505B

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

Shades of Sherpa Blue #06505B

Tints of Sherpa Blue #06505B

Color information

#06505B (or 0x06505B) is unknown color: approx Sherpa Blue. HEX triplet: 06, 50 and 5B. RGB value is (6,80,91). Sum of RGB (Red+Green+Blue) = 6+80+91=177 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.39% from 177); Green value is 80 (31.64% from 255 or 45.20% from 177); Blue value is 91 (35.94% from 255 or 51.41% from 177); Max value from RGB is 91 - color contains mainly: blue. Hex color #06505B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #06505B is #F9AFA4. Grayscale: #3B3B3B. Windows color (decimal): -16363429 or 5984262. OLE color: 5984262.

HSL color Cylindrical-coordinate representation of color #06505B: hue angle of 187.76º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #06505B is Cyan = 0.93, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB68091-
CMYK0.930.1200.64
HSL187.76º87.63%19.02%-
HSV(B)187.76º93.41%35.69%-
XYZ4.836.5310.9-
YUV59.13145.9890.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.39%
GREEN value IS 80 (31.64% from 255) = 45.20%
BLUE value IS 91 (35.94% from 255) = 51.41%
R=3.39%
G=45.20%
B=51.41%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal680910.930.1200.64187.7687.6319.02
Hex6505B5DC040bc5813
Octal612013313514010027413023
Binary11010100001011011101110111000100000010111100101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06505B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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