#064251

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

Shades of Sherpa Blue #064251

Tints of Sherpa Blue #064251

Color information

#064251 (or 0x064251) is unknown color: approx Sherpa Blue. HEX triplet: 06, 42 and 51. RGB value is (6,66,81). Sum of RGB (Red+Green+Blue) = 6+66+81=153 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.92% from 153); Green value is 66 (26.17% from 255 or 43.14% from 153); Blue value is 81 (32.03% from 255 or 52.94% from 153); Max value from RGB is 81 - color contains mainly: blue. Hex color #064251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064251 is #F9BDAE. Grayscale: #313131. Windows color (decimal): -16367023 or 5325318. OLE color: 5325318.

HSL color Cylindrical-coordinate representation of color #064251: hue angle of 192º 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 #064251 is Cyan = 0.93, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB66681-
CMYK0.930.1900.68
HSL192º86.21%17.06%-
HSV(B)192º92.59%31.76%-
XYZ3.514.538.47-
YUV49.77145.6296.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.92%
GREEN value IS 66 (26.17% from 255) = 43.14%
BLUE value IS 81 (32.03% from 255) = 52.94%
R=3.92%
G=43.14%
B=52.94%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal666810.930.1900.6819286.2117.06
Hex642515D13044c05611
Octal610212113523010430012621
Binary110100001010100011011101100110100010011000000101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064251; }

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

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

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

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

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

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

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

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