#063246

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

Shades of Blue Whale #063246

Tints of Blue Whale #063246

Color information

#063246 (or 0x063246) is unknown color: approx Blue Whale. HEX triplet: 06, 32 and 46. RGB value is (6,50,70). Sum of RGB (Red+Green+Blue) = 6+50+70=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 50 (19.92% from 255 or 39.68% from 126); Blue value is 70 (27.73% from 255 or 55.56% from 126); Max value from RGB is 70 - color contains mainly: blue. Hex color #063246 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063246 is #F9CDB9. Grayscale: #272727. Windows color (decimal): -16371130 or 4600326. OLE color: 4600326.

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

Color convert

RGB65070-
CMYK0.910.2900.73
HSL198.75º84.21%14.9%-
HSV(B)198.75º91.43%27.45%-
XYZ2.322.766.21-
YUV39.12145.42104.37-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.76%
GREEN value IS 50 (19.92% from 255) = 39.68%
BLUE value IS 70 (27.73% from 255) = 55.56%
R=4.76%
G=39.68%
B=55.56%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal650700.910.2900.73198.7584.2114.9
Hex632465B1D049c754f
Octal66210613335011130712417
Binary1101100101000110101101111101010010011100011110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063246; }

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

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

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

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

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

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

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

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