#063240

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

Shades of Blue Whale #063240

Tints of Blue Whale #063240

Color information

#063240 (or 0x063240) is unknown color: approx Blue Whale. HEX triplet: 06, 32 and 40. RGB value is (6,50,64). Sum of RGB (Red+Green+Blue) = 6+50+64=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 50 (19.92% from 255 or 41.67% from 120); Blue value is 64 (25.39% from 255 or 53.33% from 120); Max value from RGB is 64 - color contains mainly: blue. Hex color #063240 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063240 is #F9CDBF. Grayscale: #262626. Windows color (decimal): -16371136 or 4207110. OLE color: 4207110.

HSL color Cylindrical-coordinate representation of color #063240: hue angle of 194.48º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063240 is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65064-
CMYK0.910.2200.75
HSL194.48º82.86%13.73%-
HSV(B)194.48º90.62%25.1%-
XYZ2.142.695.26-
YUV38.44142.42104.86-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 50 (19.92% from 255) = 41.67%
BLUE value IS 64 (25.39% from 255) = 53.33%
R=5%
G=41.67%
B=53.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal650640.910.2200.75194.4882.8613.73
Hex632405B1604Bc253e
Octal66210013326011330212316
Binary1101100101000000101101110110010010111100001010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063240

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063240; }

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

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

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

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

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

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

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

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