#064253

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

Shades of Sherpa Blue #064253

Tints of Sherpa Blue #064253

Color information

#064253 (or 0x064253) is unknown color: approx Sherpa Blue. HEX triplet: 06, 42 and 53. RGB value is (6,66,83). Sum of RGB (Red+Green+Blue) = 6+66+83=155 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.87% from 155); Green value is 66 (26.17% from 255 or 42.58% from 155); Blue value is 83 (32.81% from 255 or 53.55% from 155); Max value from RGB is 83 - color contains mainly: blue. Hex color #064253 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #064253 is #F9BDAC. Grayscale: #313131. Windows color (decimal): -16367021 or 5456390. OLE color: 5456390.

HSL color Cylindrical-coordinate representation of color #064253: hue angle of 193.25º degrees, saturation: 0.87, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #064253 is Cyan = 0.93, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB66683-
CMYK0.930.2000.67
HSL193.25º86.52%17.45%-
HSV(B)193.25º92.77%32.55%-
XYZ3.584.568.87-
YUV50146.6296.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.87%
GREEN value IS 66 (26.17% from 255) = 42.58%
BLUE value IS 83 (32.81% from 255) = 53.55%
R=3.87%
G=42.58%
B=53.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal666830.930.2000.67193.2586.5217.45
Hex642535D14043c15711
Octal610212313524010330112721
Binary110100001010100111011101101000100001111000001101011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #064253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #064253; }

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

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

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

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

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

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

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

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