#063446

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

Shades of Blue Whale #063446

Tints of Blue Whale #063446

Color information

#063446 (or 0x063446) is unknown color: approx Blue Whale. HEX triplet: 06, 34 and 46. RGB value is (6,52,70). Sum of RGB (Red+Green+Blue) = 6+52+70=128 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.69% from 128); Green value is 52 (20.70% from 255 or 40.62% from 128); Blue value is 70 (27.73% from 255 or 54.69% from 128); Max value from RGB is 70 - color contains mainly: blue. Hex color #063446 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063446 is #F9CBB9. Grayscale: #282828. Windows color (decimal): -16370618 or 4600838. OLE color: 4600838.

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

Color convert

RGB65270-
CMYK0.910.2600.73
HSL196.88º84.21%14.9%-
HSV(B)196.88º91.43%27.45%-
XYZ2.412.946.23-
YUV40.3144.76103.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.69%
GREEN value IS 52 (20.70% from 255) = 40.62%
BLUE value IS 70 (27.73% from 255) = 54.69%
R=4.69%
G=40.62%
B=54.69%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal652700.910.2600.73196.8884.2114.9
Hex634465B1A049c554f
Octal66410613332011130512417
Binary1101101001000110101101111010010010011100010110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063446; }

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

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

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

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

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

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

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

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