#063137

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

Shades of Nordic #063137

Tints of Nordic #063137

Color information

#063137 (or 0x063137) is unknown color: approx Nordic. HEX triplet: 06, 31 and 37. RGB value is (6,49,55). Sum of RGB (Red+Green+Blue) = 6+49+55=110 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.45% from 110); Green value is 49 (19.53% from 255 or 44.55% from 110); Blue value is 55 (21.88% from 255 or 50% from 110); Max value from RGB is 55 - color contains mainly: blue. Hex color #063137 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063137 is #F9CEC8. Grayscale: #242424. Windows color (decimal): -16371401 or 3617030. OLE color: 3617030.

HSL color Cylindrical-coordinate representation of color #063137: hue angle of 187.35º 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 #063137 is Cyan = 0.89, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB64955-
CMYK0.890.1100.78
HSL187.35º80.33%11.96%-
HSV(B)187.35º89.09%21.57%-
XYZ1.862.514-
YUV36.83138.25106.01-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.45%
GREEN value IS 49 (19.53% from 255) = 44.55%
BLUE value IS 55 (21.88% from 255) = 50%
R=5.45%
G=44.55%
B=50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal649550.890.1100.78187.3580.3311.96
Hex6313759B04Ebb50c
Octal6616713113011627312014
Binary11011000111011110110011011010011101011101110100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063137

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063137; }

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

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

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

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

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

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

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

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