#064250

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

Shades of Sherpa Blue #064250

Tints of Sherpa Blue #064250

Color information

#064250 (or 0x064250) is unknown color: approx Sherpa Blue. HEX triplet: 06, 42 and 50. RGB value is (6,66,80). Sum of RGB (Red+Green+Blue) = 6+66+80=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 66 (26.17% from 255 or 43.42% from 152); Blue value is 80 (31.64% from 255 or 52.63% from 152); Max value from RGB is 80 - color contains mainly: blue. Hex color #064250 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064250 is #F9BDAF. Grayscale: #313131. Windows color (decimal): -16367024 or 5259782. OLE color: 5259782.

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

Color convert

RGB66680-
CMYK0.920.1700.69
HSL191.35º86.05%16.86%-
HSV(B)191.35º92.5%31.37%-
XYZ3.474.518.28-
YUV49.66145.1296.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 66 (26.17% from 255) = 43.42%
BLUE value IS 80 (31.64% from 255) = 52.63%
R=3.95%
G=43.42%
B=52.63%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal666800.920.1700.69191.3586.0516.86
Hex642505C11045bf5611
Octal610212013421010527712621
Binary110100001010100001011100100010100010110111111101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064250; }

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

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

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

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

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

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

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

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