#063143

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

Shades of Blue Whale #063143

Tints of Blue Whale #063143

Color information

#063143 (or 0x063143) is unknown color: approx Blue Whale. HEX triplet: 06, 31 and 43. RGB value is (6,49,67). Sum of RGB (Red+Green+Blue) = 6+49+67=122 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.92% from 122); Green value is 49 (19.53% from 255 or 40.16% from 122); Blue value is 67 (26.56% from 255 or 54.92% from 122); Max value from RGB is 67 - color contains mainly: blue. Hex color #063143 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063143 is #F9CEBC. Grayscale: #262626. Windows color (decimal): -16371389 or 4403462. OLE color: 4403462.

HSL color Cylindrical-coordinate representation of color #063143: hue angle of 197.7º degrees, saturation: 0.84, 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 #063143 is Cyan = 0.91, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB64967-
CMYK0.910.2700.74
HSL197.7º83.56%14.31%-
HSV(B)197.7º91.04%26.27%-
XYZ2.192.645.7-
YUV38.2144.25105.04-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.92%
GREEN value IS 49 (19.53% from 255) = 40.16%
BLUE value IS 67 (26.56% from 255) = 54.92%
R=4.92%
G=40.16%
B=54.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal649670.910.2700.74197.783.5614.31
Hex631435B1B04Ac654e
Octal66110313333011230612416
Binary1101100011000011101101111011010010101100011010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063143; }

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

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

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

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

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

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

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

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