#063447

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

Shades of Blue Whale #063447

Tints of Blue Whale #063447

Color information

#063447 (or 0x063447) is unknown color: approx Blue Whale. HEX triplet: 06, 34 and 47. RGB value is (6,52,71). Sum of RGB (Red+Green+Blue) = 6+52+71=129 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.65% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 71 (28.12% from 255 or 55.04% from 129); Max value from RGB is 71 - color contains mainly: blue. Hex color #063447 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063447 is #F9CBB8. Grayscale: #282828. Windows color (decimal): -16370617 or 4666374. OLE color: 4666374.

HSL color Cylindrical-coordinate representation of color #063447: hue angle of 197.54º 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 #063447 is Cyan = 0.92, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB65271-
CMYK0.920.2700.72
HSL197.54º84.42%15.1%-
HSV(B)197.54º91.55%27.84%-
XYZ2.442.956.4-
YUV40.41145.26103.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.65%
GREEN value IS 52 (20.70% from 255) = 40.31%
BLUE value IS 71 (28.12% from 255) = 55.04%
R=4.65%
G=40.31%
B=55.04%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal652710.920.2700.72197.5484.4215.1
Hex634475C1B048c654f
Octal66410713433011030612417
Binary1101101001000111101110011011010010001100011010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063447; }

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

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

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

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

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

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

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

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