Html Css Color HEX #06292C Nordic

📋 copy color: '#06292C'

red 6 ◦ green 41 ◦ blue 44

#06292C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #06292C

Tints of Nordic #06292C

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 value IS 0.86

 M value IS 0.07

 Y value IS 0

 K value IS 0.83

RGB Variations

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

Color information

#06292C (or 0x06292C) is known color: 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

RGB 6 41 44 -
CMYK 0.86 0.07 0 0.83
HSL 184.74º 0.76% 0.1% -
HSV(B) 184.74º 0.86% 0.17% -
XYZ 1.32 1.81 2.66 -
YUV 30.88 135.4 110.26 -
System Red Green Blue C M Y K H S L
Decimal 6 41 44 0.86 0.07 0 0.83 184.74 0.76 0.1
Hex 6 29 2C 56 7 0 53 B9 4C A
Octal 6 51 54 126 7 0 123 271 114 12
Binary 110 101001 101100 1010110 111 0 1010011 10111001 1001100 1010

Color Harmonies of #06292C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06292C

Black with #06292C

Text Example


Text Example

White with #06292C

Text Example


Text Example

HTML Codes & Css Web 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>