#062F43

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

Shades of Blue Whale #062F43

Tints of Blue Whale #062F43

Color information

#062F43 (or 0x062F43) is unknown color: approx Blue Whale. HEX triplet: 06, 2F and 43. RGB value is (6,47,67). Sum of RGB (Red+Green+Blue) = 6+47+67=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 47 (18.75% from 255 or 39.17% from 120); Blue value is 67 (26.56% from 255 or 55.83% from 120); Max value from RGB is 67 - color contains mainly: blue. Hex color #062F43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F43 is #F9D0BC. Grayscale: #242424. Windows color (decimal): -16371901 or 4402950. OLE color: 4402950.

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

Color convert

RGB64767-
CMYK0.910.3000.74
HSL199.67º83.56%14.31%-
HSV(B)199.67º91.04%26.27%-
XYZ2.12.485.68-
YUV37.02144.92105.87-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 47 (18.75% from 255) = 39.17%
BLUE value IS 67 (26.56% from 255) = 55.83%
R=5%
G=39.17%
B=55.83%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal647670.910.3000.74199.6783.5614.31
Hex62F435B1E04Ac854e
Octal65710313336011231012416
Binary1101011111000011101101111110010010101100100010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062F43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #062F43; }

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

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

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

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

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

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

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

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