#06363D

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

Shades of Nordic #06363D

Tints of Nordic #06363D

Color information

#06363D (or 0x06363D) is unknown color: approx Nordic. HEX triplet: 06, 36 and 3D. RGB value is (6,54,61). Sum of RGB (Red+Green+Blue) = 6+54+61=121 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.96% from 121); Green value is 54 (21.48% from 255 or 44.63% from 121); Blue value is 61 (24.22% from 255 or 50.41% from 121); Max value from RGB is 61 - color contains mainly: blue. Hex color #06363D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06363D is #F9C9C2. Grayscale: #282828. Windows color (decimal): -16370115 or 4011526. OLE color: 4011526.

HSL color Cylindrical-coordinate representation of color #06363D: hue angle of 187.64º 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 #06363D is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB65461-
CMYK0.900.1100.76
HSL187.64º82.09%13.14%-
HSV(B)187.64º90.16%23.92%-
XYZ2.243.014.88-
YUV40.45139.6103.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.96%
GREEN value IS 54 (21.48% from 255) = 44.63%
BLUE value IS 61 (24.22% from 255) = 50.41%
R=4.96%
G=44.63%
B=50.41%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal654610.900.1100.76187.6482.0913.14
Hex6363D5AB04Cbc52d
Octal6667513213011427412215
Binary11011011011110110110101011010011001011110010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06363D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06363D; }

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

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

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

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

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

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

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

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