Html Css Color HEX #063437 Nordic

📋 copy color: '#063437'

red 6 ◦ green 52 ◦ blue 55

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

Shades of Nordic #063437

Tints of Nordic #063437

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 48.67%

R = 5.31%
G = 46.02%
B = 48.67%

CMYK

 C value IS 0.89

 M value IS 0.05

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#063437 (or 0x063437) is known color: Nordic. HEX triplet: 06, 34 and 37. RGB value is (6,52,55). Sum of RGB (Red+Green+Blue) = 6+52+55=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 52 (20.70% from 255 or 46.02% from 113); Blue value is 55 (21.88% from 255 or 48.67% from 113); Max value from RGB is 55 - color contains mainly: blue. Hex color #063437 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063437 is #F9CBC8. Grayscale: #262626. Windows color (decimal): -16370633 or 3617798. OLE color: 3617798.

HSL color Cylindrical-coordinate representation of color #063437: hue angle of 183.67º degrees, saturation: 0.8, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #063437 is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 6 52 55 -
CMYK 0.89 0.05 0 0.78
HSL 183.67º 0.8% 0.12% -
HSV(B) 183.67º 0.89% 0.22% -
XYZ 1.99 2.77 4.04 -
YUV 38.59 137.26 104.76 -
System Red Green Blue C M Y K H S L
Decimal 6 52 55 0.89 0.05 0 0.78 183.67 0.8 0.12
Hex 6 34 37 59 5 0 4E B8 50 C
Octal 6 64 67 131 5 0 116 270 120 14
Binary 110 110100 110111 1011001 101 0 1001110 10111000 1010000 1100

Color Harmonies of #063437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063437

Black with #063437

Text Example


Text Example

White with #063437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063437; }

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

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

background-color css

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

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

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

border-color css

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

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

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