Html Css Color HEX #06343A Nordic

📋 copy color: '#06343A'

red 6 ◦ green 52 ◦ blue 58

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

Shades of Nordic #06343A

Tints of Nordic #06343A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 50%

R = 5.17%
G = 44.83%
B = 50%

CMYK

 C value IS 0.90

 M value IS 0.10

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06343A (or 0x06343A) is known color: Nordic. HEX triplet: 06, 34 and 3A. RGB value is (6,52,58). Sum of RGB (Red+Green+Blue) = 6+52+58=116 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.17% from 116); Green value is 52 (20.70% from 255 or 44.83% from 116); Blue value is 58 (23.05% from 255 or 50% from 116); Max value from RGB is 58 - color contains mainly: blue. Hex color #06343A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06343A is #F9CBC5. Grayscale: #262626. Windows color (decimal): -16370630 or 3814406. OLE color: 3814406.

HSL color Cylindrical-coordinate representation of color #06343A: hue angle of 186.92º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #06343A is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 52 58 -
CMYK 0.90 0.10 0 0.77
HSL 186.92º 0.81% 0.13% -
HSV(B) 186.92º 0.9% 0.23% -
XYZ 2.07 2.8 4.43 -
YUV 38.93 138.76 104.51 -
System Red Green Blue C M Y K H S L
Decimal 6 52 58 0.90 0.10 0 0.77 186.92 0.81 0.13
Hex 6 34 3A 5A A 0 4D BB 51 D
Octal 6 64 72 132 12 0 115 273 121 15
Binary 110 110100 111010 1011010 1010 0 1001101 10111011 1010001 1101

Color Harmonies of #06343A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06343A

Black with #06343A

Text Example


Text Example

White with #06343A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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