#063540

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

Shades of Nordic #063540

Tints of Nordic #063540

Color information

#063540 (or 0x063540) is unknown color: approx Nordic. HEX triplet: 06, 35 and 40. RGB value is (6,53,64). Sum of RGB (Red+Green+Blue) = 6+53+64=123 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.88% from 123); Green value is 53 (21.09% from 255 or 43.09% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #063540 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063540 is #F9CABF. Grayscale: #282828. Windows color (decimal): -16370368 or 4207878. OLE color: 4207878.

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

Color convert

RGB65364-
CMYK0.910.1700.75
HSL191.38º82.86%13.73%-
HSV(B)191.38º90.62%25.1%-
XYZ2.272.965.3-
YUV40.2141.43103.61-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.88%
GREEN value IS 53 (21.09% from 255) = 43.09%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=4.88%
G=43.09%
B=52.03%

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
Decimal653640.910.1700.75191.3882.8613.73
Hex635405B1104Bbf53e
Octal66510013321011327712316
Binary1101101011000000101101110001010010111011111110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063540; }

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

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

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

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

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

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

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

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