#063043

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

Shades of Blue Whale #063043

Tints of Blue Whale #063043

Color information

#063043 (or 0x063043) is unknown color: approx Blue Whale. HEX triplet: 06, 30 and 43. RGB value is (6,48,67). Sum of RGB (Red+Green+Blue) = 6+48+67=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 48 (19.14% from 255 or 39.67% from 121); Blue value is 67 (26.56% from 255 or 55.37% from 121); Max value from RGB is 67 - color contains mainly: blue. Hex color #063043 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063043 is #F9CFBC. Grayscale: #252525. Windows color (decimal): -16371645 or 4403206. OLE color: 4403206.

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

Color convert

RGB64867-
CMYK0.910.2800.74
HSL198.69º83.56%14.31%-
HSV(B)198.69º91.04%26.27%-
XYZ2.152.565.69-
YUV37.61144.59105.46-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 48 (19.14% from 255) = 39.67%
BLUE value IS 67 (26.56% from 255) = 55.37%
R=4.96%
G=39.67%
B=55.37%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal648670.910.2800.74198.6983.5614.31
Hex630435B1C04Ac754e
Octal66010313334011230712416
Binary1101100001000011101101111100010010101100011110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063043; }

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

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

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

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

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

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

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

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