#064450

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

Shades of Sherpa Blue #064450

Tints of Sherpa Blue #064450

Color information

#064450 (or 0x064450) is unknown color: approx Sherpa Blue. HEX triplet: 06, 44 and 50. RGB value is (6,68,80). Sum of RGB (Red+Green+Blue) = 6+68+80=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 68 (26.95% from 255 or 44.16% from 154); Blue value is 80 (31.64% from 255 or 51.95% from 154); Max value from RGB is 80 - color contains mainly: blue. Hex color #064450 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064450 is #F9BBAF. Grayscale: #323232. Windows color (decimal): -16366512 or 5260294. OLE color: 5260294.

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

Color convert

RGB66880-
CMYK0.920.1500.69
HSL189.73º86.05%16.86%-
HSV(B)189.73º92.5%31.37%-
XYZ3.594.758.32-
YUV50.83144.4696.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.90%
GREEN value IS 68 (26.95% from 255) = 44.16%
BLUE value IS 80 (31.64% from 255) = 51.95%
R=3.90%
G=44.16%
B=51.95%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal668800.920.1500.69189.7386.0516.86
Hex644505CF045be5611
Octal610412013417010527612621
Binary11010001001010000101110011110100010110111110101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064450; }

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

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

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

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

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

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

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

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