#06343E

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

Shades of Nordic #06343E

Tints of Nordic #06343E

Color information

#06343E (or 0x06343E) is unknown color: approx Nordic. HEX triplet: 06, 34 and 3E. RGB value is (6,52,62). Sum of RGB (Red+Green+Blue) = 6+52+62=120 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5% from 120); Green value is 52 (20.70% from 255 or 43.33% from 120); Blue value is 62 (24.61% from 255 or 51.67% from 120); Max value from RGB is 62 - color contains mainly: blue. Hex color #06343E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06343E is #F9CBC1. Grayscale: #272727. Windows color (decimal): -16370626 or 4076550. OLE color: 4076550.

HSL color Cylindrical-coordinate representation of color #06343E: hue angle of 190.71º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06343E is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB65262-
CMYK0.900.1600.76
HSL190.71º82.35%13.33%-
HSV(B)190.71º90.32%24.31%-
XYZ2.172.844.99-
YUV39.39140.76104.19-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 5%
GREEN value IS 52 (20.70% from 255) = 43.33%
BLUE value IS 62 (24.61% from 255) = 51.67%
R=5%
G=43.33%
B=51.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal652620.900.1600.76190.7182.3513.33
Hex6343E5A1004Cbf52d
Octal6647613220011427712215
Binary110110100111110101101010000010011001011111110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06343E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06343E; }

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

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

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

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

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

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

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

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