#063845

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

Shades of Sherpa Blue #063845

Tints of Sherpa Blue #063845

Color information

#063845 (or 0x063845) is unknown color: approx Sherpa Blue. HEX triplet: 06, 38 and 45. RGB value is (6,56,69). Sum of RGB (Red+Green+Blue) = 6+56+69=131 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.58% from 131); Green value is 56 (22.27% from 255 or 42.75% from 131); Blue value is 69 (27.34% from 255 or 52.67% from 131); Max value from RGB is 69 - color contains mainly: blue. Hex color #063845 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063845 is #F9C7BA. Grayscale: #2A2A2A. Windows color (decimal): -16369595 or 4536326. OLE color: 4536326.

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

Color convert

RGB65669-
CMYK0.910.1900.73
HSL192.38º84%14.71%-
HSV(B)192.38º91.3%27.06%-
XYZ2.563.36.13-
YUV42.53142.94101.94-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.58%
GREEN value IS 56 (22.27% from 255) = 42.75%
BLUE value IS 69 (27.34% from 255) = 52.67%
R=4.58%
G=42.75%
B=52.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal656690.910.1900.73192.388414.71
Hex638455B13049c054f
Octal67010513323011130012417
Binary1101110001000101101101110011010010011100000010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063845; }

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

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

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

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

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

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

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

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