#064648

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

Shades of Sherpa Blue #064648

Tints of Sherpa Blue #064648

Color information

#064648 (or 0x064648) is unknown color: approx Sherpa Blue. HEX triplet: 06, 46 and 48. RGB value is (6,70,72). Sum of RGB (Red+Green+Blue) = 6+70+72=148 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.05% from 148); Green value is 70 (27.73% from 255 or 47.30% from 148); Blue value is 72 (28.52% from 255 or 48.65% from 148); Max value from RGB is 72 - color contains mainly: blue. Hex color #064648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064648 is #F9B9B7. Grayscale: #333333. Windows color (decimal): -16366008 or 4736518. OLE color: 4736518.

HSL color Cylindrical-coordinate representation of color #064648: hue angle of 181.82º 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 #064648 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB67072-
CMYK0.920.0300.72
HSL181.82º84.62%15.29%-
HSV(B)181.82º91.67%28.24%-
XYZ3.434.896.89-
YUV51.09139.895.84-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.05%
GREEN value IS 70 (27.73% from 255) = 47.30%
BLUE value IS 72 (28.52% from 255) = 48.65%
R=4.05%
G=47.30%
B=48.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal670720.920.0300.72181.8284.6215.29
Hex646485C3048b655f
Octal61061101343011026612517
Binary11010001101001000101110011010010001011011010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064648; }

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

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

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

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

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

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

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

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