Html Css Color HEX #062F37 Nordic

📋 copy color: '#062F37'

red 6 ◦ green 47 ◦ blue 55

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

Shades of Nordic #062F37

Tints of Nordic #062F37

RGB

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

 GREEN value IS 47 (18.75% from 255) = 43.52%

 BLUE value IS 55 (21.88% from 255) = 50.93%

R = 5.56%
G = 43.52%
B = 50.93%

CMYK

 C value IS 0.89

 M value IS 0.15

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#062F37 (or 0x062F37) is known color: Nordic. HEX triplet: 06, 2F and 37. RGB value is (6,47,55). Sum of RGB (Red+Green+Blue) = 6+47+55=108 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.56% from 108); Green value is 47 (18.75% from 255 or 43.52% from 108); Blue value is 55 (21.88% from 255 or 50.93% from 108); Max value from RGB is 55 - color contains mainly: blue. Hex color #062F37 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F37 is #F9D0C8. Grayscale: #232323. Windows color (decimal): -16371913 or 3616518. OLE color: 3616518.

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

Color convert

RGB 6 47 55 -
CMYK 0.89 0.15 0 0.78
HSL 189.8º 0.8% 0.12% -
HSV(B) 189.8º 0.89% 0.22% -
XYZ 1.78 2.35 3.97 -
YUV 35.65 138.92 106.85 -
System Red Green Blue C M Y K H S L
Decimal 6 47 55 0.89 0.15 0 0.78 189.8 0.8 0.12
Hex 6 2F 37 59 F 0 4E BE 50 C
Octal 6 57 67 131 17 0 116 276 120 14
Binary 110 101111 110111 1011001 1111 0 1001110 10111110 1010000 1100

Color Harmonies of #062F37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F37

Black with #062F37

Text Example


Text Example

White with #062F37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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