#062E32

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

Shades of Nordic #062E32

Tints of Nordic #062E32

Color information

#062E32 (or 0x062E32) is unknown color: approx Nordic. HEX triplet: 06, 2E and 32. RGB value is (6,46,50). Sum of RGB (Red+Green+Blue) = 6+46+50=102 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.88% from 102); Green value is 46 (18.36% from 255 or 45.10% from 102); Blue value is 50 (19.92% from 255 or 49.02% from 102); Max value from RGB is 50 - color contains mainly: blue. Hex color #062E32 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E32 is #F9D1CD. Grayscale: #222222. Windows color (decimal): -16372174 or 3288582. OLE color: 3288582.

HSL color Cylindrical-coordinate representation of color #062E32: hue angle of 185.45º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #062E32 is Cyan = 0.88, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB64650-
CMYK0.880.0800.80
HSL185.45º78.57%10.98%-
HSV(B)185.45º88%19.61%-
XYZ1.632.223.36-
YUV34.5136.75107.67-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.88%
GREEN value IS 46 (18.36% from 255) = 45.10%
BLUE value IS 50 (19.92% from 255) = 49.02%
R=5.88%
G=45.10%
B=49.02%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal646500.880.0800.80185.4578.5710.98
Hex62E32588050b94fb
Octal6566213010012027111713
Binary11010111011001010110001000010100001011100110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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