#063142

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

Shades of Blue Whale #063142

Tints of Blue Whale #063142

Color information

#063142 (or 0x063142) is unknown color: approx Blue Whale. HEX triplet: 06, 31 and 42. RGB value is (6,49,66). Sum of RGB (Red+Green+Blue) = 6+49+66=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 49 (19.53% from 255 or 40.50% from 121); Blue value is 66 (26.17% from 255 or 54.55% from 121); Max value from RGB is 66 - color contains mainly: blue. Hex color #063142 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063142 is #F9CEBD. Grayscale: #252525. Windows color (decimal): -16371390 or 4337926. OLE color: 4337926.

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

Color convert

RGB64966-
CMYK0.910.2600.74
HSL197º83.33%14.12%-
HSV(B)197º90.91%25.88%-
XYZ2.162.635.55-
YUV38.08143.75105.12-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 49 (19.53% from 255) = 40.50%
BLUE value IS 66 (26.17% from 255) = 54.55%
R=4.96%
G=40.50%
B=54.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal649660.910.2600.7419783.3314.12
Hex631425B1A04Ac553e
Octal66110213332011230512316
Binary1101100011000010101101111010010010101100010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063142; }

 p { color: rgb(6,49,66); }

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

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

 a { background-color: rgb(6,49,66); }

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

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

 span { border-color: rgb(6,49,66); }

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