Html Css Color HEX #062F36 Nordic

📋 copy color: '#062F36'

red 6 ◦ green 47 ◦ blue 54

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

Shades of Nordic #062F36

Tints of Nordic #062F36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 50.47%

R = 5.61%
G = 43.93%
B = 50.47%

CMYK

 C value IS 0.89

 M value IS 0.13

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#062F36 (or 0x062F36) is known color: Nordic. HEX triplet: 06, 2F and 36. RGB value is (6,47,54). Sum of RGB (Red+Green+Blue) = 6+47+54=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 47 (18.75% from 255 or 43.93% from 107); Blue value is 54 (21.48% from 255 or 50.47% from 107); Max value from RGB is 54 - color contains mainly: blue. Hex color #062F36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F36 is #F9D0C9. Grayscale: #232323. Windows color (decimal): -16371914 or 3550982. OLE color: 3550982.

HSL color Cylindrical-coordinate representation of color #062F36: hue angle of 188.75º 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 #062F36 is Cyan = 0.89, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB 6 47 54 -
CMYK 0.89 0.13 0 0.79
HSL 188.75º 0.8% 0.12% -
HSV(B) 188.75º 0.89% 0.21% -
XYZ 1.76 2.34 3.85 -
YUV 35.54 138.42 106.93 -
System Red Green Blue C M Y K H S L
Decimal 6 47 54 0.89 0.13 0 0.79 188.75 0.8 0.12
Hex 6 2F 36 59 D 0 4F BD 50 C
Octal 6 57 66 131 15 0 117 275 120 14
Binary 110 101111 110110 1011001 1101 0 1001111 10111101 1010000 1100

Color Harmonies of #062F36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F36

Black with #062F36

Text Example


Text Example

White with #062F36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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