#064247

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

Shades of Sherpa Blue #064247

Tints of Sherpa Blue #064247

Color information

#064247 (or 0x064247) is unknown color: approx Sherpa Blue. HEX triplet: 06, 42 and 47. RGB value is (6,66,71). Sum of RGB (Red+Green+Blue) = 6+66+71=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 66 (26.17% from 255 or 46.15% from 143); Blue value is 71 (28.12% from 255 or 49.65% from 143); Max value from RGB is 71 - color contains mainly: blue. Hex color #064247 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064247 is #F9BDB8. Grayscale: #303030. Windows color (decimal): -16367033 or 4669958. OLE color: 4669958.

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

Color convert

RGB66671-
CMYK0.920.0700.72
HSL184.62º84.42%15.1%-
HSV(B)184.62º91.55%27.84%-
XYZ3.164.396.64-
YUV48.63140.6297.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 66 (26.17% from 255) = 46.15%
BLUE value IS 71 (28.12% from 255) = 49.65%
R=4.20%
G=46.15%
B=49.65%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal666710.920.0700.72184.6284.4215.1
Hex642475C7048b954f
Octal61021071347011027112417
Binary110100001010001111011100111010010001011100110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064247

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064247; }

 p { color: rgb(6,66,71); }

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

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

 a { background-color: rgb(6,66,71); }

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

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

 span { border-color: rgb(6,66,71); }

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