Html Css Color HEX #06323B Nordic

📋 copy color: '#06323B'

red 6 ◦ green 50 ◦ blue 59

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

Shades of Nordic #06323B

Tints of Nordic #06323B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 51.3%

R = 5.22%
G = 43.48%
B = 51.3%

CMYK

 C value IS 0.90

 M value IS 0.15

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#06323B (or 0x06323B) is known color: Nordic. HEX triplet: 06, 32 and 3B. RGB value is (6,50,59). Sum of RGB (Red+Green+Blue) = 6+50+59=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 50 (19.92% from 255 or 43.48% from 115); Blue value is 59 (23.44% from 255 or 51.30% from 115); Max value from RGB is 59 - color contains mainly: blue. Hex color #06323B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06323B is #F9CDC4. Grayscale: #252525. Windows color (decimal): -16371141 or 3879430. OLE color: 3879430.

HSL color Cylindrical-coordinate representation of color #06323B: hue angle of 190.19º degrees, saturation: 0.82, 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 #06323B is Cyan = 0.90, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 50 59 -
CMYK 0.90 0.15 0 0.77
HSL 190.19º 0.82% 0.13% -
HSV(B) 190.19º 0.9% 0.23% -
XYZ 2.01 2.64 4.54 -
YUV 37.87 139.92 105.27 -
System Red Green Blue C M Y K H S L
Decimal 6 50 59 0.90 0.15 0 0.77 190.19 0.82 0.13
Hex 6 32 3B 5A F 0 4D BE 52 D
Octal 6 62 73 132 17 0 115 276 122 15
Binary 110 110010 111011 1011010 1111 0 1001101 10111110 1010010 1101

Color Harmonies of #06323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06323B

Black with #06323B

Text Example


Text Example

White with #06323B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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