#063544

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

Shades of Blue Whale #063544

Tints of Blue Whale #063544

Color information

#063544 (or 0x063544) is unknown color: approx Blue Whale. HEX triplet: 06, 35 and 44. RGB value is (6,53,68). Sum of RGB (Red+Green+Blue) = 6+53+68=127 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.72% from 127); Green value is 53 (21.09% from 255 or 41.73% from 127); Blue value is 68 (26.95% from 255 or 53.54% from 127); Max value from RGB is 68 - color contains mainly: blue. Hex color #063544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063544 is #F9CABB. Grayscale: #282828. Windows color (decimal): -16370364 or 4470022. OLE color: 4470022.

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

Color convert

RGB65368-
CMYK0.910.2200.73
HSL194.52º83.78%14.51%-
HSV(B)194.52º91.18%26.67%-
XYZ2.3935.92-
YUV40.66143.43103.28-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.72%
GREEN value IS 53 (21.09% from 255) = 41.73%
BLUE value IS 68 (26.95% from 255) = 53.54%
R=4.72%
G=41.73%
B=53.54%

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
Decimal653680.910.2200.73194.5283.7814.51
Hex635445B16049c354f
Octal66510413326011130312417
Binary1101101011000100101101110110010010011100001110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063544; }

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

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

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

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

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

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

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

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