#06495B

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

Shades of Sherpa Blue #06495B

Tints of Sherpa Blue #06495B

Color information

#06495B (or 0x06495B) is unknown color: approx Sherpa Blue. HEX triplet: 06, 49 and 5B. RGB value is (6,73,91). Sum of RGB (Red+Green+Blue) = 6+73+91=170 (22% of max value = 765). Red value is 6 (2.73% from 255 or 3.53% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 91 (35.94% from 255 or 53.53% from 170); Max value from RGB is 91 - color contains mainly: blue. Hex color #06495B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06495B is #F9B6A4. Grayscale: #363636. Windows color (decimal): -16365221 or 5982470. OLE color: 5982470.

HSL color Cylindrical-coordinate representation of color #06495B: hue angle of 192.71º 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 #06495B is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB67391-
CMYK0.930.2000.64
HSL192.71º87.63%19.02%-
HSV(B)192.71º93.41%35.69%-
XYZ4.355.5610.74-
YUV55.02148.393.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.53%
GREEN value IS 73 (28.91% from 255) = 42.94%
BLUE value IS 91 (35.94% from 255) = 53.53%
R=3.53%
G=42.94%
B=53.53%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal673910.930.2000.64192.7187.6319.02
Hex6495B5D14040c15813
Octal611113313524010030113023
Binary110100100110110111011101101000100000011000001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06495B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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