#064652

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

Shades of Sherpa Blue #064652

Tints of Sherpa Blue #064652

Color information

#064652 (or 0x064652) is unknown color: approx Sherpa Blue. HEX triplet: 06, 46 and 52. RGB value is (6,70,82). Sum of RGB (Red+Green+Blue) = 6+70+82=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 70 (27.73% from 255 or 44.30% from 158); Blue value is 82 (32.42% from 255 or 51.90% from 158); Max value from RGB is 82 - color contains mainly: blue. Hex color #064652 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064652 is #F9B9AD. Grayscale: #343434. Windows color (decimal): -16365998 or 5391878. OLE color: 5391878.

HSL color Cylindrical-coordinate representation of color #064652: hue angle of 189.47º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064652 is Cyan = 0.93, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB67082-
CMYK0.930.1500.68
HSL189.47º86.36%17.25%-
HSV(B)189.47º92.68%32.16%-
XYZ3.795.038.75-
YUV52.23144.895.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.80%
GREEN value IS 70 (27.73% from 255) = 44.30%
BLUE value IS 82 (32.42% from 255) = 51.90%
R=3.80%
G=44.30%
B=51.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal670820.930.1500.68189.4786.3617.25
Hex646525DF044bd5611
Octal610612213517010427512621
Binary11010001101010010101110111110100010010111101101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064652; }

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

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

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

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

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

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

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

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