#062E3D

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

Shades of Blue Whale #062E3D

Tints of Blue Whale #062E3D

Color information

#062E3D (or 0x062E3D) is unknown color: approx Blue Whale. HEX triplet: 06, 2E and 3D. RGB value is (6,46,61). Sum of RGB (Red+Green+Blue) = 6+46+61=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 46 (18.36% from 255 or 40.71% from 113); Blue value is 61 (24.22% from 255 or 53.98% from 113); Max value from RGB is 61 - color contains mainly: blue. Hex color #062E3D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E3D is #F9D1C2. Grayscale: #232323. Windows color (decimal): -16372163 or 4009478. OLE color: 4009478.

HSL color Cylindrical-coordinate representation of color #062E3D: hue angle of 196.36º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #062E3D is Cyan = 0.90, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB64661-
CMYK0.900.2500.76
HSL196.36º82.09%13.14%-
HSV(B)196.36º90.16%23.92%-
XYZ1.892.334.76-
YUV35.75142.25106.78-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.31%
GREEN value IS 46 (18.36% from 255) = 40.71%
BLUE value IS 61 (24.22% from 255) = 53.98%
R=5.31%
G=40.71%
B=53.98%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal646610.900.2500.76196.3682.0913.14
Hex62E3D5A1904Cc452d
Octal6567513231011430412215
Binary110101110111101101101011001010011001100010010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,46,61); }

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

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

 a { background-color: rgb(6,46,61); }

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

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

 span { border-color: rgb(6,46,61); }

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