#063243

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

Shades of Blue Whale #063243

Tints of Blue Whale #063243

Color information

#063243 (or 0x063243) is unknown color: approx Blue Whale. HEX triplet: 06, 32 and 43. RGB value is (6,50,67). Sum of RGB (Red+Green+Blue) = 6+50+67=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 50 (19.92% from 255 or 40.65% from 123); Blue value is 67 (26.56% from 255 or 54.47% from 123); Max value from RGB is 67 - color contains mainly: blue. Hex color #063243 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063243 is #F9CDBC. Grayscale: #262626. Windows color (decimal): -16371133 or 4403718. OLE color: 4403718.

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

Color convert

RGB65067-
CMYK0.910.2500.74
HSL196.72º83.56%14.31%-
HSV(B)196.72º91.04%26.27%-
XYZ2.232.735.72-
YUV38.78143.92104.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 50 (19.92% from 255) = 40.65%
BLUE value IS 67 (26.56% from 255) = 54.47%
R=4.88%
G=40.65%
B=54.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal650670.910.2500.74196.7283.5614.31
Hex632435B1904Ac554e
Octal66210313331011230512416
Binary1101100101000011101101111001010010101100010110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063243; }

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

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

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

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

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

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

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

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