Html Css Color HEX #06323D Nordic

📋 copy color: '#06323D'

red 6 ◦ green 50 ◦ blue 61

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

Shades of Nordic #06323D

Tints of Nordic #06323D

RGB

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

 GREEN value IS 50 (19.92% from 255) = 42.74%

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

R = 5.13%
G = 42.74%
B = 52.14%

CMYK

 C value IS 0.90

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06323D (or 0x06323D) is known color: Nordic. HEX triplet: 06, 32 and 3D. RGB value is (6,50,61). Sum of RGB (Red+Green+Blue) = 6+50+61=117 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.13% from 117); Green value is 50 (19.92% from 255 or 42.74% from 117); Blue value is 61 (24.22% from 255 or 52.14% from 117); Max value from RGB is 61 - color contains mainly: blue. Hex color #06323D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06323D is #F9CDC2. Grayscale: #262626. Windows color (decimal): -16371139 or 4010502. OLE color: 4010502.

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

Color convert

RGB 6 50 61 -
CMYK 0.90 0.18 0 0.76
HSL 192º 0.82% 0.13% -
HSV(B) 192º 0.9% 0.24% -
XYZ 2.06 2.66 4.82 -
YUV 38.1 140.92 105.11 -
System Red Green Blue C M Y K H S L
Decimal 6 50 61 0.90 0.18 0 0.76 192 0.82 0.13
Hex 6 32 3D 5A 12 0 4C C0 52 D
Octal 6 62 75 132 22 0 114 300 122 15
Binary 110 110010 111101 1011010 10010 0 1001100 11000000 1010010 1101

Color Harmonies of #06323D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06323D

Black with #06323D

Text Example


Text Example

White with #06323D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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