#06292C

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

Shades of Nordic #06292C

Tints of Nordic #06292C

Color information

#06292C (or 0x06292C) is unknown color: approx Nordic. HEX triplet: 06, 29 and 2C. RGB value is (6,41,44). Sum of RGB (Red+Green+Blue) = 6+41+44=91 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.59% from 91); Green value is 41 (16.41% from 255 or 45.05% from 91); Blue value is 44 (17.58% from 255 or 48.35% from 91); Max value from RGB is 44 - color contains mainly: blue. Hex color #06292C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06292C is #F9D6D3. Grayscale: #1E1E1E. Windows color (decimal): -16373460 or 2894086. OLE color: 2894086.

HSL color Cylindrical-coordinate representation of color #06292C: hue angle of 184.74º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #06292C is Cyan = 0.86, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.83.

Color convert

RGB64144-
CMYK0.860.0700.83
HSL184.74º76%9.8%-
HSV(B)184.74º86.36%17.25%-
XYZ1.321.812.66-
YUV30.88135.4110.26-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 6.59%
GREEN value IS 41 (16.41% from 255) = 45.05%
BLUE value IS 44 (17.58% from 255) = 48.35%
R=6.59%
G=45.05%
B=48.35%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.83
SystemRedGreenBlueCMYKHSL
Decimal641440.860.0700.83184.74769.8
Hex6292C567053b94ca
Octal651541267012327111412
Binary1101010011011001010110111010100111011100110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06292C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06292C; }

 p { color: rgb(6,41,44); }

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

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

 a { background-color: rgb(6,41,44); }

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

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

 span { border-color: rgb(6,41,44); }

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