Html Css Color HEX #06323E Nordic

📋 copy color: '#06323E'

red 6 ◦ green 50 ◦ blue 62

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

Shades of Nordic #06323E

Tints of Nordic #06323E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 52.54%

R = 5.08%
G = 42.37%
B = 52.54%

CMYK

 C value IS 0.90

 M value IS 0.19

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#06323E (or 0x06323E) is known color: Nordic. HEX triplet: 06, 32 and 3E. RGB value is (6,50,62). Sum of RGB (Red+Green+Blue) = 6+50+62=118 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.08% from 118); Green value is 50 (19.92% from 255 or 42.37% from 118); Blue value is 62 (24.61% from 255 or 52.54% from 118); Max value from RGB is 62 - color contains mainly: blue. Hex color #06323E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06323E is #F9CDC1. Grayscale: #262626. Windows color (decimal): -16371138 or 4076038. OLE color: 4076038.

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

Color convert

RGB 6 50 62 -
CMYK 0.90 0.19 0 0.76
HSL 192.86º 0.82% 0.13% -
HSV(B) 192.86º 0.9% 0.24% -
XYZ 2.09 2.67 4.96 -
YUV 38.21 141.42 105.02 -
System Red Green Blue C M Y K H S L
Decimal 6 50 62 0.90 0.19 0 0.76 192.86 0.82 0.13
Hex 6 32 3E 5A 13 0 4C C1 52 D
Octal 6 62 76 132 23 0 114 301 122 15
Binary 110 110010 111110 1011010 10011 0 1001100 11000001 1010010 1101

Color Harmonies of #06323E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06323E

Black with #06323E

Text Example


Text Example

White with #06323E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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