#065060

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

Shades of Sherpa Blue #065060

Tints of Sherpa Blue #065060

Color information

#065060 (or 0x065060) is unknown color: approx Sherpa Blue. HEX triplet: 06, 50 and 60. RGB value is (6,80,96). Sum of RGB (Red+Green+Blue) = 6+80+96=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 80 (31.64% from 255 or 43.96% from 182); Blue value is 96 (37.89% from 255 or 52.75% from 182); Max value from RGB is 96 - color contains mainly: blue. Hex color #065060 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #065060 is #F9AF9F. Grayscale: #3B3B3B. Windows color (decimal): -16363424 or 6311942. OLE color: 6311942.

HSL color Cylindrical-coordinate representation of color #065060: hue angle of 190.67º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #065060 is Cyan = 0.94, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB68096-
CMYK0.940.1700.62
HSL190.67º88.24%20%-
HSV(B)190.67º93.75%37.65%-
XYZ5.066.6212.08-
YUV59.7148.4889.7-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 80 (31.64% from 255) = 43.96%
BLUE value IS 96 (37.89% from 255) = 52.75%
R=3.30%
G=43.96%
B=52.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal680960.940.1700.62190.6788.2420
Hex650605E1103Ebf5814
Octal61201401362107627713024
Binary11010100001100000101111010001011111010111111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #065060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #065060; }

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

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

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

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

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

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

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

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