#063641

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

Shades of Nordic #063641

Tints of Nordic #063641

Color information

#063641 (or 0x063641) is unknown color: approx Nordic. HEX triplet: 06, 36 and 41. RGB value is (6,54,65). Sum of RGB (Red+Green+Blue) = 6+54+65=125 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.8% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 65 (25.78% from 255 or 52% from 125); Max value from RGB is 65 - color contains mainly: blue. Hex color #063641 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063641 is #F9C9BE. Grayscale: #282828. Windows color (decimal): -16370111 or 4273670. OLE color: 4273670.

HSL color Cylindrical-coordinate representation of color #063641: hue angle of 191.19º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063641 is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65465-
CMYK0.910.1700.75
HSL191.19º83.1%13.92%-
HSV(B)191.19º90.77%25.49%-
XYZ2.353.065.47-
YUV40.9141.6103.11-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.8%
GREEN value IS 54 (21.48% from 255) = 43.2%
BLUE value IS 65 (25.78% from 255) = 52%
R=4.8%
G=43.2%
B=52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal654650.910.1700.75191.1983.113.92
Hex636415B1104Bbf53e
Octal66610113321011327712316
Binary1101101101000001101101110001010010111011111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063641; }

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

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

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

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

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

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

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

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