#064448

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

Shades of Sherpa Blue #064448

Tints of Sherpa Blue #064448

Color information

#064448 (or 0x064448) is unknown color: approx Sherpa Blue. HEX triplet: 06, 44 and 48. RGB value is (6,68,72). Sum of RGB (Red+Green+Blue) = 6+68+72=146 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.11% from 146); Green value is 68 (26.95% from 255 or 46.58% from 146); Blue value is 72 (28.52% from 255 or 49.32% from 146); Max value from RGB is 72 - color contains mainly: blue. Hex color #064448 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064448 is #F9BBB7. Grayscale: #313131. Windows color (decimal): -16366520 or 4736006. OLE color: 4736006.

HSL color Cylindrical-coordinate representation of color #064448: hue angle of 183.64º degrees, saturation: 0.85, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #064448 is Cyan = 0.92, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB66872-
CMYK0.920.0600.72
HSL183.64º84.62%15.29%-
HSV(B)183.64º91.67%28.24%-
XYZ3.314.646.85-
YUV49.92140.4696.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.11%
GREEN value IS 68 (26.95% from 255) = 46.58%
BLUE value IS 72 (28.52% from 255) = 49.32%
R=4.11%
G=46.58%
B=49.32%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal668720.920.0600.72183.6484.6215.29
Hex644485C6048b855f
Octal61041101346011027012517
Binary110100010010010001011100110010010001011100010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064448; }

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

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

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

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

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

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

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

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