#063648

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

Shades of Blue Whale #063648

Tints of Blue Whale #063648

Color information

#063648 (or 0x063648) is unknown color: approx Blue Whale. HEX triplet: 06, 36 and 48. RGB value is (6,54,72). Sum of RGB (Red+Green+Blue) = 6+54+72=132 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.55% from 132); Green value is 54 (21.48% from 255 or 40.91% from 132); Blue value is 72 (28.52% from 255 or 54.55% from 132); Max value from RGB is 72 - color contains mainly: blue. Hex color #063648 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063648 is #F9C9B7. Grayscale: #292929. Windows color (decimal): -16370104 or 4732422. OLE color: 4732422.

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

Color convert

RGB65472-
CMYK0.920.2500.72
HSL196.36º84.62%15.29%-
HSV(B)196.36º91.67%28.24%-
XYZ2.563.146.6-
YUV41.7145.1102.54-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.55%
GREEN value IS 54 (21.48% from 255) = 40.91%
BLUE value IS 72 (28.52% from 255) = 54.55%
R=4.55%
G=40.91%
B=54.55%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal654720.920.2500.72196.3684.6215.29
Hex636485C19048c455f
Octal66611013431011030412517
Binary1101101101001000101110011001010010001100010010101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063648; }

 p { color: rgb(6,54,72); }

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

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

 a { background-color: rgb(6,54,72); }

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

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

 span { border-color: rgb(6,54,72); }

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