Html Css Color HEX #06343D Nordic

📋 copy color: '#06343D'

red 6 ◦ green 52 ◦ blue 61

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

Shades of Nordic #06343D

Tints of Nordic #06343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 43.7%

 BLUE value IS 61 (24.22% from 255) = 51.26%

R = 5.04%
G = 43.7%
B = 51.26%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06343D (or 0x06343D) is known color: Nordic. HEX triplet: 06, 34 and 3D. RGB value is (6,52,61). Sum of RGB (Red+Green+Blue) = 6+52+61=119 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.04% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 61 (24.22% from 255 or 51.26% from 119); Max value from RGB is 61 - color contains mainly: blue. Hex color #06343D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06343D is #F9CBC2. Grayscale: #272727. Windows color (decimal): -16370627 or 4011014. OLE color: 4011014.

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

Color convert

RGB 6 52 61 -
CMYK 0.90 0.15 0 0.76
HSL 189.82º 0.82% 0.13% -
HSV(B) 189.82º 0.9% 0.24% -
XYZ 2.15 2.83 4.85 -
YUV 39.27 140.26 104.27 -
System Red Green Blue C M Y K H S L
Decimal 6 52 61 0.90 0.15 0 0.76 189.82 0.82 0.13
Hex 6 34 3D 5A F 0 4C BE 52 D
Octal 6 64 75 132 17 0 114 276 122 15
Binary 110 110100 111101 1011010 1111 0 1001100 10111110 1010010 1101

Color Harmonies of #06343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06343D

Black with #06343D

Text Example


Text Example

White with #06343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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