#063443

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

Shades of Blue Whale #063443

Tints of Blue Whale #063443

Color information

#063443 (or 0x063443) is unknown color: approx Blue Whale. HEX triplet: 06, 34 and 43. RGB value is (6,52,67). Sum of RGB (Red+Green+Blue) = 6+52+67=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 52 (20.70% from 255 or 41.6% from 125); Blue value is 67 (26.56% from 255 or 53.6% from 125); Max value from RGB is 67 - color contains mainly: blue. Hex color #063443 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063443 is #F9CBBC. Grayscale: #272727. Windows color (decimal): -16370621 or 4404230. OLE color: 4404230.

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

Color convert

RGB65267-
CMYK0.910.2200.74
HSL194.75º83.56%14.31%-
HSV(B)194.75º91.04%26.27%-
XYZ2.322.95.75-
YUV39.96143.26103.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 52 (20.70% from 255) = 41.6%
BLUE value IS 67 (26.56% from 255) = 53.6%
R=4.8%
G=41.6%
B=53.6%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal652670.910.2200.74194.7583.5614.31
Hex634435B1604Ac354e
Octal66410313326011230312416
Binary1101101001000011101101110110010010101100001110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063443; }

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

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

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

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

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

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

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

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