#063645

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

Shades of Sherpa Blue #063645

Tints of Sherpa Blue #063645

Color information

#063645 (or 0x063645) is unknown color: approx Sherpa Blue. HEX triplet: 06, 36 and 45. RGB value is (6,54,69). Sum of RGB (Red+Green+Blue) = 6+54+69=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 54 (21.48% from 255 or 41.86% from 129); Blue value is 69 (27.34% from 255 or 53.49% from 129); Max value from RGB is 69 - color contains mainly: blue. Hex color #063645 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063645 is #F9C9BA. Grayscale: #292929. Windows color (decimal): -16370107 or 4535814. OLE color: 4535814.

HSL color Cylindrical-coordinate representation of color #063645: hue angle of 194.29º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063645 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB65469-
CMYK0.910.2200.73
HSL194.29º84%14.71%-
HSV(B)194.29º91.3%27.06%-
XYZ2.473.116.1-
YUV41.36143.6102.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 54 (21.48% from 255) = 41.86%
BLUE value IS 69 (27.34% from 255) = 53.49%
R=4.65%
G=41.86%
B=53.49%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal654690.910.2200.73194.298414.71
Hex636455B16049c254f
Octal66610513326011130212417
Binary1101101101000101101101110110010010011100001010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063645; }

 p { color: rgb(6,54,69); }

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

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

 a { background-color: rgb(6,54,69); }

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

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

 span { border-color: rgb(6,54,69); }

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