Html Css Color HEX #062E34 Nordic

📋 copy color: '#062E34'

red 6 ◦ green 46 ◦ blue 52

#062E34
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #062E34

Tints of Nordic #062E34

RGB

 RED value IS 6 (2.73% from 255) = 5.77%

 GREEN value IS 46 (18.36% from 255) = 44.23%

 BLUE value IS 52 (20.7% from 255) = 50%

R = 5.77%
G = 44.23%
B = 50%

CMYK

 C value IS 0.88

 M value IS 0.12

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#062E34 (or 0x062E34) is known color: Nordic. HEX triplet: 06, 2E and 34. RGB value is (6,46,52). Sum of RGB (Red+Green+Blue) = 6+46+52=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 46 (18.36% from 255 or 44.23% from 104); Blue value is 52 (20.70% from 255 or 50% from 104); Max value from RGB is 52 - color contains mainly: blue. Hex color #062E34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062E34 is #F9D1CB. Grayscale: #222222. Windows color (decimal): -16372172 or 3419654. OLE color: 3419654.

HSL color Cylindrical-coordinate representation of color #062E34: hue angle of 187.83º 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 #062E34 is Cyan = 0.88, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 6 46 52 -
CMYK 0.88 0.12 0 0.80
HSL 187.83º 0.79% 0.11% -
HSV(B) 187.83º 0.88% 0.2% -
XYZ 1.67 2.24 3.59 -
YUV 34.72 137.75 107.51 -
System Red Green Blue C M Y K H S L
Decimal 6 46 52 0.88 0.12 0 0.80 187.83 0.79 0.11
Hex 6 2E 34 58 C 0 50 BC 4F B
Octal 6 56 64 130 14 0 120 274 117 13
Binary 110 101110 110100 1011000 1100 0 1010000 10111100 1001111 1011

Color Harmonies of #062E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062E34

Black with #062E34

Text Example


Text Example

White with #062E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #062E34;
 }
 .AnyTagClassName
 {
   color: #062E34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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