#063640

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

Shades of Nordic #063640

Tints of Nordic #063640

Color information

#063640 (or 0x063640) is unknown color: approx Nordic. HEX triplet: 06, 36 and 40. RGB value is (6,54,64). Sum of RGB (Red+Green+Blue) = 6+54+64=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 54 (21.48% from 255 or 43.55% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #063640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063640 is #F9C9BF. Grayscale: #282828. Windows color (decimal): -16370112 or 4208134. OLE color: 4208134.

HSL color Cylindrical-coordinate representation of color #063640: hue angle of 190.34º 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 #063640 is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB65464-
CMYK0.910.1600.75
HSL190.34º82.86%13.73%-
HSV(B)190.34º90.62%25.1%-
XYZ2.323.055.32-
YUV40.79141.1103.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.84%
GREEN value IS 54 (21.48% from 255) = 43.55%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=4.84%
G=43.55%
B=51.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal654640.910.1600.75190.3482.8613.73
Hex636405B1004Bbe53e
Octal66610013320011327612316
Binary1101101101000000101101110000010010111011111010100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063640; }

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

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

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

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

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

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

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

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