#063546

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

Shades of Blue Whale #063546

Tints of Blue Whale #063546

Color information

#063546 (or 0x063546) is unknown color: approx Blue Whale. HEX triplet: 06, 35 and 46. RGB value is (6,53,70). Sum of RGB (Red+Green+Blue) = 6+53+70=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 53 (21.09% from 255 or 41.09% from 129); Blue value is 70 (27.73% from 255 or 54.26% from 129); Max value from RGB is 70 - color contains mainly: blue. Hex color #063546 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063546 is #F9CAB9. Grayscale: #282828. Windows color (decimal): -16370362 or 4601094. OLE color: 4601094.

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

Color convert

RGB65370-
CMYK0.910.2400.73
HSL195.94º84.21%14.9%-
HSV(B)195.94º91.43%27.45%-
XYZ2.453.036.25-
YUV40.88144.43103.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 53 (21.09% from 255) = 41.09%
BLUE value IS 70 (27.73% from 255) = 54.26%
R=4.65%
G=41.09%
B=54.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal653700.910.2400.73195.9484.2114.9
Hex635465B18049c454f
Octal66510613330011130412417
Binary1101101011000110101101111000010010011100010010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063546; }

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

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

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

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

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

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

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

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