#063439

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

Shades of Nordic #063439

Tints of Nordic #063439

Color information

#063439 (or 0x063439) is unknown color: approx Nordic. HEX triplet: 06, 34 and 39. RGB value is (6,52,57). Sum of RGB (Red+Green+Blue) = 6+52+57=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 52 (20.70% from 255 or 45.22% from 115); Blue value is 57 (22.66% from 255 or 49.57% from 115); Max value from RGB is 57 - color contains mainly: blue. Hex color #063439 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063439 is #F9CBC6. Grayscale: #262626. Windows color (decimal): -16370631 or 3748870. OLE color: 3748870.

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

Color convert

RGB65257-
CMYK0.890.0900.78
HSL185.88º80.95%12.35%-
HSV(B)185.88º89.47%22.35%-
XYZ2.042.794.3-
YUV38.82138.26104.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5.22%
GREEN value IS 52 (20.70% from 255) = 45.22%
BLUE value IS 57 (22.66% from 255) = 49.57%
R=5.22%
G=45.22%
B=49.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal652570.890.0900.78185.8880.9512.35
Hex6343959904Eba51c
Octal6647113111011627212114
Binary11011010011100110110011001010011101011101010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #063439

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #063439; }

 p { color: rgb(6,52,57); }

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

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

 a { background-color: rgb(6,52,57); }

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

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

 span { border-color: rgb(6,52,57); }

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