#063547

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

Shades of Blue Whale #063547

Tints of Blue Whale #063547

Color information

#063547 (or 0x063547) is unknown color: approx Blue Whale. HEX triplet: 06, 35 and 47. RGB value is (6,53,71). Sum of RGB (Red+Green+Blue) = 6+53+71=130 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.62% from 130); Green value is 53 (21.09% from 255 or 40.77% from 130); Blue value is 71 (28.12% from 255 or 54.62% from 130); Max value from RGB is 71 - color contains mainly: blue. Hex color #063547 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063547 is #F9CAB8. Grayscale: #282828. Windows color (decimal): -16370361 or 4666630. OLE color: 4666630.

HSL color Cylindrical-coordinate representation of color #063547: hue angle of 196.62º degrees, saturation: 0.84, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #063547 is Cyan = 0.92, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65371-
CMYK0.920.2500.72
HSL196.62º84.42%15.1%-
HSV(B)196.62º91.55%27.84%-
XYZ2.493.046.42-
YUV41144.93103.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.62%
GREEN value IS 53 (21.09% from 255) = 40.77%
BLUE value IS 71 (28.12% from 255) = 54.62%
R=4.62%
G=40.77%
B=54.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal653710.920.2500.72196.6284.4215.1
Hex635475C19048c554f
Octal66510713431011030512417
Binary1101101011000111101110011001010010001100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063547

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063547; }

 p { color: rgb(6,53,71); }

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

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

 a { background-color: rgb(6,53,71); }

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

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

 span { border-color: rgb(6,53,71); }

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