Html Css Color HEX #062F33 Nordic

📋 copy color: '#062F33'

red 6 ◦ green 47 ◦ blue 51

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

Shades of Nordic #062F33

Tints of Nordic #062F33

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 49.04%

R = 5.77%
G = 45.19%
B = 49.04%

CMYK

 C value IS 0.88

 M value IS 0.08

 Y value IS 0

 K value IS 0.8

RGB Variations

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

Color information

#062F33 (or 0x062F33) is known color: Nordic. HEX triplet: 06, 2F and 33. RGB value is (6,47,51). Sum of RGB (Red+Green+Blue) = 6+47+51=104 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.77% from 104); Green value is 47 (18.75% from 255 or 45.19% from 104); Blue value is 51 (20.31% from 255 or 49.04% from 104); Max value from RGB is 51 - color contains mainly: blue. Hex color #062F33 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #062F33 is #F9D0CC. Grayscale: #232323. Windows color (decimal): -16371917 or 3354374. OLE color: 3354374.

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

Color convert

RGB 6 47 51 -
CMYK 0.88 0.08 0 0.8
HSL 185.33º 0.79% 0.11% -
HSV(B) 185.33º 0.88% 0.2% -
XYZ 1.69 2.31 3.49 -
YUV 35.2 136.92 107.17 -
System Red Green Blue C M Y K H S L
Decimal 6 47 51 0.88 0.08 0 0.8 185.33 0.79 0.11
Hex 6 2F 33 58 8 0 50 B9 4F B
Octal 6 57 63 130 10 0 120 271 117 13
Binary 110 101111 110011 1011000 1000 0 1010000 10111001 1001111 1011

Color Harmonies of #062F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #062F33

Black with #062F33

Text Example


Text Example

White with #062F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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