#062E35

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

Shades of Nordic #062E35

Tints of Nordic #062E35

Color information

#062E35 (or 0x062E35) is unknown color: approx Nordic. HEX triplet: 06, 2E and 35. RGB value is (6,46,53). Sum of RGB (Red+Green+Blue) = 6+46+53=105 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.71% from 105); Green value is 46 (18.36% from 255 or 43.81% from 105); Blue value is 53 (21.09% from 255 or 50.48% from 105); Max value from RGB is 53 - color contains mainly: blue. Hex color #062E35 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E35 is #F9D1CA. Grayscale: #222222. Windows color (decimal): -16372171 or 3485190. OLE color: 3485190.

HSL color Cylindrical-coordinate representation of color #062E35: hue angle of 188.94º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #062E35 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB64653-
CMYK0.890.1300.79
HSL188.94º79.66%11.57%-
HSV(B)188.94º88.68%20.78%-
XYZ1.692.253.71-
YUV34.84138.25107.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.71%
GREEN value IS 46 (18.36% from 255) = 43.81%
BLUE value IS 53 (21.09% from 255) = 50.48%
R=5.71%
G=43.81%
B=50.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal646530.890.1300.79188.9479.6611.57
Hex62E3559D04Fbd50c
Octal6566513115011727512014
Binary11010111011010110110011101010011111011110110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #062E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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