Html Css Color HEX #063543 Nordic

📋 copy color: '#063543'

red 6 ◦ green 53 ◦ blue 67

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

Shades of Nordic #063543

Tints of Nordic #063543

RGB

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

 GREEN value IS 53 (21.09% from 255) = 42.06%

 BLUE value IS 67 (26.56% from 255) = 53.17%

R = 4.76%
G = 42.06%
B = 53.17%

CMYK

 C value IS 0.91

 M value IS 0.21

 Y value IS 0

 K value IS 0.74

RGB Variations

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

Color information

#063543 (or 0x063543) is known color: Nordic. HEX triplet: 06, 35 and 43. RGB value is (6,53,67). Sum of RGB (Red+Green+Blue) = 6+53+67=126 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.76% from 126); Green value is 53 (21.09% from 255 or 42.06% from 126); Blue value is 67 (26.56% from 255 or 53.17% from 126); Max value from RGB is 67 - color contains mainly: blue. Hex color #063543 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063543 is #F9CABC. Grayscale: #282828. Windows color (decimal): -16370365 or 4404486. OLE color: 4404486.

HSL color Cylindrical-coordinate representation of color #063543: hue angle of 193.77º degrees, saturation: 0.84, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #063543 is Cyan = 0.91, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 53 67 -
CMYK 0.91 0.21 0 0.74
HSL 193.77º 0.84% 0.14% -
HSV(B) 193.77º 0.91% 0.26% -
XYZ 2.36 2.99 5.76 -
YUV 40.54 142.93 103.36 -
System Red Green Blue C M Y K H S L
Decimal 6 53 67 0.91 0.21 0 0.74 193.77 0.84 0.14
Hex 6 35 43 5B 15 0 4A C2 54 E
Octal 6 65 103 133 25 0 112 302 124 16
Binary 110 110101 1000011 1011011 10101 0 1001010 11000010 1010100 1110

Color Harmonies of #063543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063543

Black with #063543

Text Example


Text Example

White with #063543

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063543; }

 p { color: rgb(6,53,67); }

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

background-color css

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

 a { background-color: rgb(6,53,67); }

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

border-color css

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

 span { border-color: rgb(6,53,67); }

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