Html Css Color HEX #06292D Nordic

📋 copy color: '#06292D'

red 6 ◦ green 41 ◦ blue 45

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

Shades of Nordic #06292D

Tints of Nordic #06292D

RGB

 RED value IS 6 (2.73% from 255) = 6.52%

 GREEN value IS 41 (16.41% from 255) = 44.57%

 BLUE value IS 45 (17.97% from 255) = 48.91%

R = 6.52%
G = 44.57%
B = 48.91%

CMYK

 C value IS 0.87

 M value IS 0.09

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#06292D (or 0x06292D) is known color: Nordic. HEX triplet: 06, 29 and 2D. RGB value is (6,41,45). Sum of RGB (Red+Green+Blue) = 6+41+45=92 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.52% from 92); Green value is 41 (16.41% from 255 or 44.57% from 92); Blue value is 45 (17.97% from 255 or 48.91% from 92); Max value from RGB is 45 - color contains mainly: blue. Hex color #06292D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06292D is #F9D6D2. Grayscale: #1E1E1E. Windows color (decimal): -16373459 or 2959622. OLE color: 2959622.

HSL color Cylindrical-coordinate representation of color #06292D: hue angle of 186.15º degrees, saturation: 0.76, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #06292D is Cyan = 0.87, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB 6 41 45 -
CMYK 0.87 0.09 0 0.82
HSL 186.15º 0.76% 0.1% -
HSV(B) 186.15º 0.87% 0.18% -
XYZ 1.34 1.81 2.76 -
YUV 30.99 135.9 110.17 -
System Red Green Blue C M Y K H S L
Decimal 6 41 45 0.87 0.09 0 0.82 186.15 0.76 0.1
Hex 6 29 2D 57 9 0 52 BA 4C A
Octal 6 51 55 127 11 0 122 272 114 12
Binary 110 101001 101101 1010111 1001 0 1010010 10111010 1001100 1010

Color Harmonies of #06292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06292D

Black with #06292D

Text Example


Text Example

White with #06292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #06292D;
 }
 .AnyTagClassName
 {
   color: #06292D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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